home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / SYSTEM.AD_ / system.adm
Encoding:
Windows Policy Administrative Template - Unicode  |  2003-02-21  |  1.4 MB  |  10,943 lines

Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
  1. #if version <= 2
  2.  
  3. CLASS USER
  4.  
  5. CATEGORY  !!GPOnly
  6.  
  7.     POLICY !!GPOnlyPolicy
  8.         KEYNAME "Software\Policies"
  9.  
  10.         PART !!GPOnly_Tip1  TEXT
  11.         END PART
  12.  
  13.         PART !!GPOnly_Tip2  TEXT
  14.         END PART
  15.  
  16.         PART !!GPOnly_Tip3  TEXT
  17.         END PART
  18.  
  19.         PART !!GPOnly_Tip4  TEXT
  20.         END PART
  21.  
  22.         PART !!GPOnly_Tip5  TEXT
  23.         END PART
  24.     END POLICY
  25.  
  26. END CATEGORY
  27.  
  28. CLASS MACHINE
  29.  
  30. CATEGORY  !!GPOnly
  31.  
  32.     POLICY !!GPOnlyPolicy
  33.         KEYNAME "Software\Policies"
  34.  
  35.         PART !!GPOnly_Tip1  TEXT
  36.         END PART
  37.  
  38.         PART !!GPOnly_Tip2  TEXT
  39.         END PART
  40.  
  41.         PART !!GPOnly_Tip3  TEXT
  42.         END PART
  43.  
  44.         PART !!GPOnly_Tip4  TEXT
  45.         END PART
  46.  
  47.         PART !!GPOnly_Tip5  TEXT
  48.         END PART
  49.     END POLICY
  50.  
  51. END CATEGORY
  52.  
  53.  
  54. #endif
  55.  
  56. #if version >= 3
  57.  
  58. CLASS MACHINE
  59.  
  60. CATEGORY !!AdministrativeServices
  61.     #if version >= 4
  62.         EXPLAIN !!AdministrativeServices_Help
  63.     #endif
  64.  
  65.     POLICY !!HelpQualifiedRootDir_Comp
  66.     #if version >= 4
  67.     SUPPORTED !!SUPPORTED_IE6SP1
  68.     #endif
  69.  
  70.       KEYNAME "Software\Policies\Microsoft\Windows\System" 
  71.       EXPLAIN !!HelpQualifiedRootDir_Help
  72.  
  73.       PART !!HelpQualifiedRootDir_Edit EDITTEXT
  74.                 VALUENAME "HelpQualifiedRootDir"
  75.       END PART
  76.  
  77.       PART !!HelpQualifiedRootDir_Example TEXT
  78.       END PART
  79.  
  80.     END POLICY
  81.  
  82.     POLICY  !!Do_not_display_Manage_Your_Server_page
  83.     #if version >= 4
  84.     SUPPORTED !!SUPPORTED_WindowsNET
  85.     #endif
  86.     KEYNAME "Software\Policies\Microsoft\Windows NT\CurrentVersion\MYS"
  87.     EXPLAIN   !!Do_not_display_Manage_Your_Server_page_Explain
  88.     VALUENAME  "DisableShowAtLogon"
  89.     VALUEON    NUMERIC 1
  90.     VALUEOFF   NUMERIC 0
  91.     END POLICY
  92.  
  93.     POLICY !!ShutdownReason
  94.         #if version >= 4
  95.         SUPPORTED !!SUPPORTED_WindowsXP
  96.     #endif
  97.     
  98.     EXPLAIN !!ShutdownReason_Help
  99.     KEYNAME "Software\Policies\Microsoft\Windows NT\Reliability"
  100.  
  101.     VALUENAME "ShutdownReasonOn"
  102.        VALUEON NUMERIC 1
  103.        VALUEOFF NUMERIC 0
  104.  
  105.      PART !!ShutdownReason_Box          DROPDOWNLIST REQUIRED
  106.             VALUENAME "ShutdownReasonUI"
  107.         ITEMLIST
  108.         NAME !!ShutdownReason_Always    VALUE NUMERIC 1 DEFAULT
  109.         NAME !!ShutdownReason_WkstnOnly    VALUE NUMERIC 2
  110.         NAME !!ShutdownReason_SrvOnly    VALUE NUMERIC 3
  111.             END ITEMLIST
  112.         END PART
  113.  
  114.     END POLICY
  115.  
  116.     POLICY !!ShutdownEventTrackerStateFile
  117.         #if version >= 4
  118.         SUPPORTED !!SUPPORTED_WindowsNET
  119.     #endif
  120.     
  121.     EXPLAIN !!ShutdownEventTrackerStateFile_Help
  122.     KEYNAME "Software\Policies\Microsoft\Windows NT\Reliability"
  123.           VALUENAME "SnapShot"
  124.             VALUEON  NUMERIC 1 
  125.             VALUEOFF NUMERIC 0
  126.     END POLICY
  127.  
  128.     POLICY      !!EE_EnablePersistentTimeStamp
  129.         #if version >= 4
  130.         SUPPORTED !!SUPPORTED_WindowsNET
  131.     #endif
  132.  
  133.     EXPLAIN  !!EE_EnablePersistentTimeStamp_Help
  134.     KEYNAME "Software\Policies\Microsoft\Windows NT\Reliability"    
  135.  
  136.         VALUENAME "TimeStampEnabled"
  137.         VALUEOFF NUMERIC 0
  138.     VALUEON  NUMERIC 1
  139.  
  140.         PART !!EE_EnablePersistentTimeStamp_Desc1    TEXT    
  141.     END PART
  142.  
  143.         PART !!EE_EnablePersistentTimeStamp_Desc2    TEXT    
  144.     END PART
  145.  
  146.         PART !!EE_EnablePersistentTimeStamp_Desc3    TEXT    
  147.     END PART
  148.  
  149.         PART !!EE_EnablePersistentTimeStamp_Desc4  NUMERIC REQUIRED
  150.                 VALUENAME "TimeStampInterval"
  151.         MIN 1 MAX 86400 DEFAULT 60
  152.         END PART
  153.  
  154.     END POLICY
  155.  
  156.     POLICY !!SetupSourcePath
  157.       #if version >= 4
  158.         SUPPORTED !!SUPPORTED_WindowsXP
  159.     #endif
  160.     EXPLAIN !!SetupSourcePath_Help
  161.     KEYNAME "Software\Policies\Microsoft\Windows NT\Setup"
  162.  
  163.         PART !!SetupSourcePathBox                 EDITTEXT REQUIRED
  164.             VALUENAME "SourcePath"
  165.         END PART
  166.     END POLICY
  167.  
  168.     POLICY !!ServicePackSourcePath
  169.       #if version >= 4
  170.         SUPPORTED !!SUPPORTED_WindowsXP
  171.     #endif
  172.     EXPLAIN !!ServicePackSourcePath_Help
  173.        KEYNAME "Software\Policies\Microsoft\Windows NT\Setup"
  174.  
  175.         PART !!ServicePackSourcePathBox             EDITTEXT REQUIRED
  176.             VALUENAME "ServicePackSourcePath"
  177.         END PART
  178.     END POLICY
  179.  
  180.     POLICY !!DisableStatusMessages
  181.     #if version >= 4
  182.     SUPPORTED !!SUPPORTED_Win2k
  183.     #endif
  184.  
  185.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  186.         EXPLAIN !!DisableStatusMessages_Help
  187.         VALUENAME "DisableStatusMessages"
  188.     END POLICY
  189.  
  190.     POLICY !!VerboseStatus
  191.     #if version >= 4
  192.     SUPPORTED !!SUPPORTED_Win2k
  193.     #endif
  194.  
  195.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  196.     EXPLAIN !!VerboseStatus_Help
  197.             VALUENAME "VerboseStatus"
  198.     END POLICY
  199.  
  200.  
  201.     POLICY !!RestrictRunFromHelp_Comp
  202.     #if version >= 4
  203.     SUPPORTED !!SUPPORTED_WindowsXP
  204.     #endif
  205.  
  206.       KEYNAME "Software\Policies\Microsoft\Windows\System" 
  207.       EXPLAIN !!RestrictRunFromHelp_Help
  208.  
  209.       PART !!RestrictRunFromHelp_Edit EDITTEXT REQUIRED
  210.                 VALUENAME "DisableInHelp"
  211.       END PART
  212.  
  213.       PART !!RestrictRunFromHelp_Example TEXT
  214.       END PART
  215.  
  216.     END POLICY
  217.  
  218.  
  219.     POLICY !!Autorun
  220.     #if version >= 4
  221.     SUPPORTED !!SUPPORTED_Win2k
  222.     #endif
  223.  
  224.          KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  225.     EXPLAIN !!Autorun_Help
  226.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  227.             VALUENAME "NoDriveTypeAutoRun"
  228.         ITEMLIST
  229.                 NAME !!Autorun_NoCD     VALUE NUMERIC 181   DEFAULT
  230.         NAME !!Autorun_None    VALUE NUMERIC 255
  231.             END ITEMLIST
  232.         END PART
  233.     END POLICY
  234.  
  235.     POLICY !!NoEncryptOnMove 
  236.     #if version >= 4
  237.     SUPPORTED !!SUPPORTED_Win2k
  238.     #endif
  239.  
  240.       KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer" 
  241.       EXPLAIN !!NoEncryptOnMove_Help 
  242.       VALUENAME "NoEncryptOnMove" 
  243.     END POLICY 
  244.  
  245.     POLICY !!AppMgmt_COM_SearchForCLSID
  246.     #if version >= 4
  247.     SUPPORTED !!SUPPORTED_Win2k
  248.     #endif
  249.  
  250.         KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  251.         EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  252.         VALUENAME "COMClassStore"
  253.     END POLICY
  254.  
  255.  
  256.     POLICY !!DLT_AllowDomainMode
  257.  
  258.     #if version >= 4
  259.     SUPPORTED !!SUPPORTED_WindowsNET
  260.     #endif
  261.  
  262.       KEYNAME "Software\Policies\Microsoft\Windows\System"
  263.  
  264.         EXPLAIN !!DLT_AllowDomainMode_Explain
  265.     VALUENAME "DLT_AllowDomainMode"
  266.  
  267.     END POLICY
  268.  
  269.  
  270.     CATEGORY !!UserProfiles
  271.     #if version >= 4
  272.     EXPLAIN !!UserProfiles_Help
  273.     #endif
  274.  
  275.     POLICY !!CompatibleRUPSecurity
  276.         #if version >= 4
  277.         SUPPORTED !!SUPPORTED_WindowsXP_SP1_W2K_SP4_NETSERVER
  278.         #endif
  279.           EXPLAIN !!CompatibleRUPSecurity_Help
  280.           KEYNAME "Software\Policies\Microsoft\Windows\System"
  281.           VALUENAME "CompatibleRUPSecurity"
  282.     
  283.     END POLICY
  284.  
  285.     POLICY !!DeleteRoamingCachedProfiles
  286.           #if version >= 4
  287.           SUPPORTED !!SUPPORTED_Win2k
  288.         #endif
  289.                
  290.         EXPLAIN !!DeleteRoamingCachedProfiles_Help
  291.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  292.           VALUENAME "DeleteRoamingCache"
  293.  
  294.     END POLICY
  295.  
  296.     POLICY !!EnableSlowLinkDetect
  297.             #if version >= 4
  298.         SUPPORTED !!SUPPORTED_Win2k
  299.         #endif
  300.  
  301.            EXPLAIN !!EnableSlowLinkDetect_Help
  302.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  303.           VALUENAME "SlowLinkDetectEnabled"
  304.            VALUEON NUMERIC  0
  305.            VALUEOFF NUMERIC 1
  306.         END POLICY
  307.  
  308.         POLICY !!SlowLinkTimeOut
  309.             #if version >= 4
  310.         SUPPORTED !!SUPPORTED_Win2k
  311.         #endif
  312.  
  313.             EXPLAIN !!SlowLinkTimeOut_Help
  314.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  315.  
  316.  
  317.             PART !!TransferRateOp  NUMERIC
  318.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  319.                 VALUENAME "UserProfileMinTransferRate"
  320.             END PART
  321.  
  322.             PART !!SlowLinkWaitInterval  NUMERIC REQUIRED
  323.                 VALUENAME "SlowLinkTimeOut"
  324.         MIN 0 MAX 20000 DEFAULT 120
  325.             END PART
  326.  
  327.         END POLICY
  328.  
  329.         POLICY !!SlowLinkDefault
  330.             #if version >= 4
  331.         SUPPORTED !!SUPPORTED_Win2k
  332.         #endif
  333.  
  334.             EXPLAIN !!SlowLinkDefault_Help
  335.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  336.           VALUENAME "SlowLinkProfileDefault"
  337.         END POLICY
  338.  
  339.         POLICY !!EnableSlowLinkUI
  340.             #if version >= 4
  341.         SUPPORTED !!SUPPORTED_Win2k
  342.         #endif
  343.  
  344.             EXPLAIN !!EnableSlowLinkUI_Help
  345.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  346.             VALUENAME "SlowLinkUIEnabled"
  347.         END POLICY
  348.  
  349.         POLICY !!ProfileDlgTimeOut
  350.             #if version >= 4
  351.         SUPPORTED !!SUPPORTED_Win2k
  352.         #endif
  353.  
  354.             EXPLAIN !!ProfileDlgTimeOut_Help
  355.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  356.  
  357.             PART !!ProfileDlgWaitInterval  NUMERIC REQUIRED
  358.             VALUENAME "ProfileDlgTimeOut"
  359.         MIN 0 MAX 600 DEFAULT 30
  360.         END PART
  361.         END POLICY
  362.  
  363.     POLICY !!ProfileErrorAction 
  364.             #if version >= 4
  365.         SUPPORTED !!SUPPORTED_Win2k
  366.         #endif
  367.  
  368.             EXPLAIN !!ProfileErrorAction_Help
  369.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  370.             VALUENAME "ProfileErrorAction"
  371.         END POLICY
  372.  
  373.     POLICY !!ProfileUnloadTimeout
  374.             #if version >= 4
  375.         SUPPORTED !!SUPPORTED_Win2k
  376.         #endif
  377.  
  378.             EXPLAIN !!ProfileUnloadTimeout_Help
  379.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  380.  
  381.             PART !!ProfileUnloadTimeoutPrompt  NUMERIC REQUIRED
  382.                 VALUENAME "ProfileUnloadTimeout"
  383.         MIN 0 MAX 4294967295 DEFAULT 60 SPIN 5
  384.             END PART
  385.         END POLICY
  386.  
  387.         POLICY !!AddAdminGroupToRUP
  388.         #if version >= 4
  389.         SUPPORTED !!SUPPORTED_WindowsXP
  390.         #endif
  391.  
  392.           EXPLAIN !!AddAdminGroupToRUP_Help
  393.           KEYNAME "Software\Policies\Microsoft\Windows\System"
  394.           VALUENAME "AddAdminGroupToRUP"
  395.         END POLICY
  396.  
  397.         POLICY !!Readonlyuserprofile
  398.         #if version >= 4
  399.         SUPPORTED !!SUPPORTED_WindowsXP
  400.         #endif
  401.  
  402.             EXPLAIN !!Readonlyuserprofile_Help
  403.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  404.             VALUENAME "ReadOnlyProfile"
  405.         END POLICY
  406.  
  407.     
  408.  
  409.         POLICY !!LocalProfile
  410.          #if version >= 4
  411.           SUPPORTED !!SUPPORTED_WindowsXP
  412.               #endif
  413.  
  414.             EXPLAIN !!LocalProfile_Help
  415.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  416.             VALUENAME "LocalProfile"
  417.         END POLICY
  418.  
  419.  
  420.     END CATEGORY   ; User Profiles
  421.  
  422.     CATEGORY !!Scripts
  423.     #if version >= 4
  424.     EXPLAIN !!Scripts
  425.     #endif
  426.  
  427.     POLICY !!Run_Logon_Script_Sync
  428.             #if version >= 4
  429.         SUPPORTED !!SUPPORTED_Win2k
  430.         #endif
  431.  
  432.             EXPLAIN !!Run_Logon_Script_Sync_Help
  433.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  434.             VALUENAME "RunLogonScriptSync"
  435.         VALUEON NUMERIC 1
  436.         VALUEOFF NUMERIC 0
  437.     END POLICY
  438.  
  439.         POLICY !!Run_Startup_Script_Sync
  440.             #if version >= 4
  441.         SUPPORTED !!SUPPORTED_Win2k
  442.         #endif
  443.  
  444.             EXPLAIN !!Run_Startup_Script_Sync_Help
  445.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  446.             VALUENAME "RunStartupScriptSync"
  447.         VALUEON  NUMERIC 0
  448.         VALUEOFF NUMERIC 1
  449.     END POLICY
  450.  
  451.         POLICY !!Run_Startup_Script_Visible
  452.             #if version >= 4
  453.         SUPPORTED !!SUPPORTED_Win2k
  454.         #endif
  455.  
  456.             EXPLAIN !!Run_Startup_Script_Visible_Explain
  457.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  458.             VALUENAME "HideStartupScripts"
  459.                 VALUEON NUMERIC 0
  460.                 VALUEOFF NUMERIC 1
  461.     END POLICY
  462.  
  463.         POLICY !!Run_Shutdown_Script_Visible
  464.             #if version >= 4
  465.         SUPPORTED !!SUPPORTED_Win2k
  466.         #endif
  467.  
  468.             EXPLAIN !!Run_Shutdown_Script_Visible_Explain
  469.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  470.             VALUENAME "HideShutdownScripts"
  471.                    VALUEON NUMERIC 0
  472.                    VALUEOFF NUMERIC 1
  473.         END POLICY
  474.  
  475.         POLICY !!MaxGPOScriptWaitPolicy
  476.             #if version >= 4
  477.         SUPPORTED !!SUPPORTED_Win2k
  478.         #endif
  479.  
  480.             EXPLAIN !!MaxGPOScriptWaitPolicy_Help    
  481.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  482.  
  483.         PART !!MaxGPOScriptWait    NUMERIC REQUIRED
  484.         VALUENAME "MaxGPOScriptWait"
  485.             MIN 0 MAX 32000 DEFAULT 600
  486.         END PART
  487.  
  488.             PART !!GPO_Script_Tip      TEXT    
  489.         END PART
  490.         END POLICY
  491.  
  492.     END CATEGORY    ;Scripts
  493.  
  494.     CATEGORY !!Logon
  495.     #if version >= 4
  496.     EXPLAIN !!Logon_Help
  497.     #endif
  498.         POLICY !!NoWelcomeTips
  499.             #if version >= 4
  500.         SUPPORTED !!SUPPORTED_Win2kOnly        
  501.         #endif
  502.  
  503.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  504.         EXPLAIN !!NoWelcomeTips_Help 
  505.               VALUENAME "NoWelcomeScreen"
  506.         END POLICY
  507.  
  508.  
  509.     POLICY !!LogonType
  510.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  511.         #if version >= 4
  512.         SUPPORTED !!SUPPORTED_WindowsXP
  513.         #endif
  514.  
  515.         EXPLAIN !!LogonType_Help
  516.             VALUENAME "LogonType"
  517.                    VALUEON NUMERIC 0
  518.                    VALUEOFF NUMERIC 1
  519.     END POLICY
  520.  
  521.  
  522.         POLICY !!Run
  523.         #if version >= 4
  524.         SUPPORTED !!SUPPORTED_Win2k
  525.         #endif
  526.  
  527.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  528.         EXPLAIN !!Run_Help
  529.         PART !!RunListBox    LISTBOX 
  530.             VALUEPREFIX ""
  531.         END PART
  532.         END POLICY
  533.  
  534.         POLICY !!DisableExplorerRunOnceLegacy
  535.                #if version >= 4
  536.         SUPPORTED !!SUPPORTED_Win2k
  537.         #endif
  538.  
  539.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  540.         EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  541.             VALUENAME "DisableLocalMachineRunOnce"
  542.         END POLICY
  543.  
  544.         POLICY !!DisableExplorerRunLegacy
  545.                #if version >= 4
  546.         SUPPORTED !!SUPPORTED_Win2k
  547.         #endif
  548.  
  549.           KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  550.         EXPLAIN !!DisableExplorerRunLegacy_Help
  551.             VALUENAME "DisableLocalMachineRun"
  552.         END POLICY
  553.  
  554.  
  555.     POLICY !!SyncForegroundPolicy
  556.         KEYNAME "Software\Policies\Microsoft\Windows NT\CurrentVersion\Winlogon"
  557.     
  558.         #if version >= 4
  559.             SUPPORTED !!SUPPORTED_WindowsXP
  560.         #endif
  561.  
  562.         EXPLAIN !!SyncForegroundPolicy_Help
  563.         VALUENAME "SyncForegroundPolicy"
  564.         VALUEON NUMERIC 1
  565.         VALUEOFF NUMERIC 0
  566.  
  567.     END POLICY
  568.  
  569.  
  570.     END CATEGORY  ; Logon
  571.  
  572.     CATEGORY !!DiskQuota
  573.     #if version >= 4
  574.     EXPLAIN !!DiskQuota_Help
  575.     #endif
  576.         KEYNAME "Software\Policies\Microsoft\Windows NT\DiskQuota"
  577.  
  578.         POLICY !!DQ_Enable
  579.             #if version >= 4
  580.         SUPPORTED !!SUPPORTED_Win2k
  581.         #endif
  582.  
  583.             EXPLAIN !!DQ_Enable_Help
  584.             VALUENAME "Enable"
  585.               VALUEON  NUMERIC 1
  586.               VALUEOFF NUMERIC 0
  587.           CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  588.  
  589.         END POLICY
  590.  
  591.         POLICY !!DQ_Enforce
  592.             #if version >= 4
  593.             SUPPORTED !!SUPPORTED_Win2k
  594.         #endif
  595.  
  596.           EXPLAIN !!DQ_Enforce_Help
  597.             VALUENAME "Enforce"
  598.             VALUEON  NUMERIC 1
  599.             VALUEOFF NUMERIC 0
  600.             CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  601.  
  602.         END POLICY
  603.  
  604.         POLICY !!DQ_Limit
  605.             #if version >= 4
  606.         SUPPORTED !!SUPPORTED_Win2k
  607.         #endif
  608.  
  609.             EXPLAIN !!DQ_Limit_Help
  610.  
  611.                PART !!DQ_LimitTip1     TEXT    
  612.         END PART
  613.             PART !!DQ_LimitTip2     TEXT    
  614.         END PART
  615.             PART !!Blank        TEXT    
  616.         END PART
  617.             PART !!DQ_LimitLabel    TEXT    
  618.         END PART
  619.             PART !!Blank        TEXT    
  620.         END PART
  621.  
  622.             PART !!DQ_LimitValue    NUMERIC DEFAULT 100 
  623.         VALUENAME "Limit"
  624.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  625.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  626.         END PART
  627.  
  628.             PART !!DQ_LimitUnits           DROPDOWNLIST NOSORT REQUIRED
  629.         VALUENAME "LimitUnits"
  630.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  631.         ITEMLIST
  632.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  633.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  634.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  635.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  636.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  637.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  638.             END ITEMLIST
  639.             END PART
  640.  
  641.             PART !!Blank                                    TEXT    
  642.         END PART
  643.             PART !!DQ_ThresholdLabel                        TEXT    
  644.         END PART
  645.         PART !!Blank                                    TEXT    
  646.         END PART
  647.  
  648.             PART !!DQ_ThresholdValue     NUMERIC DEFAULT 100 
  649.             VALUENAME "Threshold"
  650.         MIN 0 MAX 1000 SPIN 10 REQUIRED
  651.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  652.             END PART
  653.  
  654.             PART !!DQ_ThresholdUnits           DROPDOWNLIST NOSORT REQUIRED
  655.         VALUENAME "ThresholdUnits"
  656.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  657.         ITEMLIST
  658.             NAME !!DQ_UnitsKB      VALUE NUMERIC 1
  659.             NAME !!DQ_UnitsMB      VALUE NUMERIC 2 DEFAULT
  660.             NAME !!DQ_UnitsGB      VALUE NUMERIC 3
  661.             NAME !!DQ_UnitsTB      VALUE NUMERIC 4
  662.             NAME !!DQ_UnitsPB      VALUE NUMERIC 5
  663.             NAME !!DQ_UnitsEB      VALUE NUMERIC 6    
  664.                 END ITEMLIST
  665.         END PART
  666.         END POLICY
  667.             
  668.         POLICY !!DQ_LogEventOverLimit
  669.             #if version >= 4
  670.         SUPPORTED !!SUPPORTED_Win2k
  671.         #endif
  672.  
  673.         EXPLAIN !!DQ_LogEventOverLimit_Help
  674.         VALUENAME "LogEventOverLimit"
  675.             VALUEON  NUMERIC 1
  676.             VALUEOFF NUMERIC 0
  677.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  678.  
  679.         END POLICY
  680.  
  681.         POLICY !!DQ_LogEventOverThreshold
  682.             #if version >= 4
  683.         SUPPORTED !!SUPPORTED_Win2k
  684.         #endif
  685.  
  686.             EXPLAIN !!DQ_LogEventOverThreshold_Help
  687.         VALUENAME "LogEventOverThreshold"
  688.             VALUEON  NUMERIC 1
  689.             VALUEOFF NUMERIC 0
  690.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  691.  
  692.         END POLICY
  693.  
  694.         POLICY !!DQ_RemovableMedia
  695.             #if version >= 4
  696.         SUPPORTED !!SUPPORTED_Win2k
  697.         #endif
  698.  
  699.         EXPLAIN !!DQ_RemovableMedia_Help
  700.         VALUENAME "ApplyToRemovableMedia"
  701.         CLIENTEXT {3610eda5-77ef-11d2-8dc5-00c04fa31a66}
  702.  
  703.     END POLICY
  704.  
  705.     END CATEGORY  ; DiskQuota
  706.  
  707.     CATEGORY !!Netlogon
  708.     #if version >= 4
  709.     EXPLAIN !!Netlogon_Help
  710.     #endif
  711.  
  712.         POLICY !!Netlogon_ExpectedDialupDelay
  713.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  714.  
  715.             #if version >= 4
  716.           SUPPORTED !!SUPPORTED_WindowsXP
  717.           #endif
  718.  
  719.             EXPLAIN !!Netlogon_ExpectedDialupDelay_Help
  720.  
  721.             PART !!Netlogon_ExpectedDialupDelayLabel NUMERIC
  722.                 MIN 0 MAX 600 DEFAULT 0 SPIN 100
  723.                 VALUENAME "ExpectedDialupDelay"
  724.             END PART
  725.         END POLICY
  726.  
  727.         POLICY !!Netlogon_SiteName
  728.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  729.  
  730.             #if version >= 4
  731.           SUPPORTED !!SUPPORTED_WindowsXP
  732.           #endif
  733.  
  734.             EXPLAIN !!Netlogon_SiteName_Help
  735.  
  736.             PART !!Netlogon_SiteNameLabel EDITTEXT REQUIRED
  737.                 VALUENAME "SiteName"
  738.             END PART
  739.         END POLICY
  740.  
  741.  
  742.         POLICY !!Netlogon_NegativeCachePeriod
  743.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  744.  
  745.             #if version >= 4
  746.           SUPPORTED !!SUPPORTED_WindowsXP
  747.           #endif
  748.  
  749.             EXPLAIN !!Netlogon_NegativeCachePeriod_Help
  750.  
  751.             PART !!Netlogon_NegativeCachePeriodLabel NUMERIC
  752.                 MIN 0 MAX 604800 DEFAULT 45 SPIN 60
  753.                 VALUENAME "NegativeCachePeriod"
  754.             END PART
  755.         END POLICY
  756.  
  757.  
  758.         POLICY !!Netlogon_BackgroundRetryInitialPeriod
  759.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  760.  
  761.             #if version >= 4
  762.           SUPPORTED !!SUPPORTED_WindowsXP
  763.           #endif
  764.  
  765.             EXPLAIN !!Netlogon_BackgroundRetryInitialPeriod_Help
  766.  
  767.             PART !!Netlogon_BackgroundRetryInitialPeriodLabel NUMERIC
  768.                 MIN 0 MAX 4233600 DEFAULT 600 SPIN 600
  769.                 VALUENAME "BackgroundRetryInitialPeriod"
  770.             END PART
  771.         END POLICY
  772.  
  773.  
  774.         POLICY !!Netlogon_BackgroundRetryMaximumPeriod
  775.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  776.  
  777.             #if version >= 4
  778.           SUPPORTED !!SUPPORTED_WindowsXP
  779.           #endif
  780.  
  781.             EXPLAIN !!Netlogon_BackgroundRetryMaximumPeriod_Help
  782.  
  783.             PART !!Netlogon_BackgroundRetryMaximumPeriodLabel NUMERIC
  784.                 MIN 0 MAX 4233600 DEFAULT 3600 SPIN 3600
  785.                 VALUENAME "BackgroundRetryMaximumPeriod"
  786.             END PART
  787.         END POLICY
  788.  
  789.  
  790.         POLICY !!Netlogon_BackgroundRetryQuitTime
  791.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  792.  
  793.             #if version >= 4
  794.           SUPPORTED !!SUPPORTED_WindowsXP
  795.           #endif
  796.  
  797.             EXPLAIN !!Netlogon_BackgroundRetryQuitTime_Help
  798.  
  799.             PART !!Netlogon_BackgroundRetryQuitTimeLabel NUMERIC
  800.                 MIN 0 MAX 4233600 DEFAULT 0  SPIN 100
  801.                 VALUENAME "BackgroundRetryQuitTime"
  802.             END PART
  803.         END POLICY
  804.  
  805.  
  806.         POLICY !!Netlogon_BackgroundSuccessfulRefreshPeriod
  807.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  808.  
  809.             #if version >= 4
  810.           SUPPORTED !!SUPPORTED_WindowsXP
  811.           #endif
  812.  
  813.             EXPLAIN !!Netlogon_BackgroundSuccessfulRefreshPeriod_Help
  814.  
  815.             PART !!Netlogon_BackgroundSuccessfulRefreshPeriodLabel NUMERIC
  816.                 MIN 0 MAX 4294967200 DEFAULT 4294967200 SPIN 1000
  817.                 VALUENAME "BackgroundSuccessfulRefreshPeriod"
  818.             END PART
  819.         END POLICY
  820.  
  821.  
  822.         POLICY !!Netlogon_NonBackgroundSuccessfulRefreshPeriod
  823.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  824.  
  825.             #if version >= 4
  826.           SUPPORTED !!SUPPORTED_WindowsXP
  827.           #endif
  828.  
  829.             EXPLAIN !!Netlogon_NonBackgroundSuccessfulRefreshPeriod_Help
  830.  
  831.             PART !!Netlogon_NonBackgroundSuccessfulRefreshPeriodLabel NUMERIC
  832.                 MIN 0 MAX 4294967200 DEFAULT 1800  SPIN 1000
  833.                 VALUENAME "NonBackgroundSuccessfulRefreshPeriod"
  834.             END PART
  835.         END POLICY
  836.  
  837.  
  838.         POLICY !!Netlogon_ScavengeInterval
  839.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  840.  
  841.             #if version >= 4
  842.           SUPPORTED !!SUPPORTED_WindowsXP
  843.           #endif
  844.  
  845.             EXPLAIN !!Netlogon_ScavengeInterval_Help
  846.  
  847.             PART !!Netlogon_ScavengeIntervalLabel NUMERIC
  848.                 MIN 0 MAX 4294967200 DEFAULT 900 SPIN 900
  849.                 VALUENAME "ScavengeInterval"
  850.             END PART
  851.         END POLICY
  852.  
  853.         POLICY !!Netlogon_AvoidPdcOnWan
  854.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  855.  
  856.             #if version >= 4
  857.           SUPPORTED !!SUPPORTED_WindowsXP
  858.           #endif
  859.  
  860.             EXPLAIN !!Netlogon_AvoidPdcOnWan_Help
  861.       
  862.             VALUENAME "AvoidPdcOnWan"
  863.                 VALUEON  NUMERIC 0
  864.                 VALUEOFF  NUMERIC 1
  865.         END POLICY
  866.  
  867.         POLICY !!Netlogon_DebugFlag
  868.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  869.  
  870.             #if version >= 4
  871.             SUPPORTED !!SUPPORTED_WindowsNET
  872.         #endif
  873.  
  874.             EXPLAIN !!Netlogon_DebugFlag_Help
  875.  
  876.             PART !!Netlogon_DebugFlagLabel NUMERIC REQUIRED
  877.                 MIN 0 MAX 4294967295 DEFAULT 536936447
  878.                 VALUENAME "dbFlag"
  879.             END PART
  880.         END POLICY
  881.  
  882.         POLICY !!Netlogon_MaximumLogFileSize
  883.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  884.  
  885.             #if version >= 4
  886.             SUPPORTED !!SUPPORTED_WindowsNET
  887.         #endif
  888.  
  889.             EXPLAIN !!Netlogon_MaximumLogFileSize_Help
  890.  
  891.             PART !!Netlogon_MaximumLogFileSizeLabel NUMERIC REQUIRED
  892.                 MIN 0 MAX 4294967295 DEFAULT 536936447
  893.                 VALUENAME "MaximumLogFileSize"
  894.             END PART
  895.         END POLICY
  896.  
  897.         POLICY !!Netlogon_SysvolShareCompatibilityMode
  898.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  899.  
  900.             #if version >= 4
  901.           SUPPORTED !!SUPPORTED_WindowsNET
  902.             #endif
  903.  
  904.             EXPLAIN !!Netlogon_SysvolShareCompatibilityMode_Help
  905.       
  906.             VALUENAME "AllowExclusiveSysvolShareAccess"
  907.                 VALUEON  NUMERIC 1
  908.                 VALUEOFF  NUMERIC 0
  909.         END POLICY
  910.  
  911.         POLICY !!Netlogon_NetlogonShareCompatibilityMode
  912.             KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  913.  
  914.             #if version >= 4
  915.           SUPPORTED !!SUPPORTED_WindowsNET
  916.             #endif
  917.  
  918.             EXPLAIN !!Netlogon_NetlogonShareCompatibilityMode_Help
  919.       
  920.             VALUENAME "AllowExclusiveScriptsShareAccess"
  921.                 VALUEON  NUMERIC 1
  922.                 VALUEOFF  NUMERIC 0
  923.         END POLICY
  924.  
  925.     CATEGORY !!Netlogon_DC_Locator_DNS_Records
  926.         #if version >= 4
  927.               EXPLAIN !!Net_DC_Locator_DNS_Records_Help
  928.         #endif
  929.  
  930.  
  931.  
  932.             POLICY !!Netlogon_UseDynamicDns
  933.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  934.  
  935.             #if version >= 4
  936.               SUPPORTED !!SUPPORTED_WindowsXP
  937.             #endif
  938.  
  939.                 EXPLAIN !!Netlogon_UseDynamicDns_Help
  940.  
  941.                 VALUENAME "UseDynamicDns"
  942.                     VALUEON  NUMERIC 1
  943.                     VALUEOFF  NUMERIC 0
  944.             END POLICY
  945.  
  946.  
  947.             POLICY !!Netlogon_DnsAvoidRegisterRecords
  948.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  949.  
  950.             #if version >= 4
  951.               SUPPORTED !!SUPPORTED_WindowsXP
  952.             #endif
  953.  
  954.                 EXPLAIN !!Netlogon_DnsAvoidRegisterRecords_Help
  955.  
  956.                 PART !!Netlogon_DnsAvoidRegisterRecordsLabel EDITTEXT REQUIRED
  957.                     VALUENAME "DnsAvoidRegisterRecords"
  958.                 END PART
  959.             END POLICY
  960.  
  961.  
  962.             POLICY !!Netlogon_DnsRefreshInterval
  963.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  964.  
  965.             #if version >= 4
  966.               SUPPORTED !!SUPPORTED_WindowsXP
  967.             #endif
  968.  
  969.                 EXPLAIN !!Netlogon_DnsRefreshInterval_Help
  970.  
  971.                 PART !!Netlogon_DnsRefreshIntervalLabel NUMERIC
  972.                     MIN 1800 MAX 4294967200 DEFAULT 1800 SPIN 100
  973.                     VALUENAME "DnsRefreshInterval"
  974.                 END PART
  975.             END POLICY
  976.  
  977.             POLICY !!Netlogon_LdapSrvWeight
  978.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  979.  
  980.             #if version >= 4
  981.               SUPPORTED !!SUPPORTED_WindowsXP
  982.             #endif
  983.  
  984.                 EXPLAIN !!Netlogon_LdapSrvWeight_Help
  985.  
  986.                 PART !!Netlogon_LdapSrvWeightLabel NUMERIC
  987.                     MIN 0 MAX 65535 DEFAULT 100 SPIN 100
  988.                     VALUENAME "LdapSrvWeight"
  989.                 END PART
  990.             END POLICY
  991.  
  992.             POLICY !!Netlogon_LdapSrvPriority
  993.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  994.  
  995.             #if version >= 4
  996.               SUPPORTED !!SUPPORTED_WindowsXP
  997.             #endif
  998.  
  999.                 EXPLAIN !!Netlogon_LdapSrvPriority_Help
  1000.                 PART !!Netlogon_LdapSrvPriorityLabel NUMERIC
  1001.                     MIN 0 MAX 65535 DEFAULT 0 SPIN 100
  1002.                     VALUENAME "LdapSrvPriority"
  1003.                 END PART
  1004.             END POLICY
  1005.  
  1006.             POLICY !!Netlogon_DnsTtl
  1007.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  1008.  
  1009.             #if version >= 4
  1010.               SUPPORTED !!SUPPORTED_WindowsXP
  1011.             #endif
  1012.  
  1013.                 EXPLAIN !!Netlogon_DnsTtl_Help
  1014.  
  1015.                 PART !!Netlogon_DnsTtlLabel NUMERIC
  1016.                     MIN 0 MAX 4294967200 DEFAULT 600 SPIN 100
  1017.                     VALUENAME "DnsTtl"
  1018.                 END PART
  1019.             END POLICY
  1020.  
  1021.  
  1022.             POLICY !!Netlogon_AutoSiteCoverage
  1023.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  1024.  
  1025.             #if version >= 4
  1026.               SUPPORTED !!SUPPORTED_WindowsXP
  1027.             #endif
  1028.  
  1029.                 EXPLAIN !!Netlogon_AutoSiteCoverage_Help
  1030.                 VALUENAME "AutoSiteCoverage"
  1031.                     VALUEON  NUMERIC 1
  1032.                     VALUEOFF  NUMERIC 0
  1033.             END POLICY
  1034.  
  1035.             POLICY !!Netlogon_SiteCoverage
  1036.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  1037.  
  1038.             #if version >= 4
  1039.               SUPPORTED !!SUPPORTED_WindowsXP
  1040.             #endif
  1041.  
  1042.                 EXPLAIN !!Netlogon_SiteCoverage_Help
  1043.                 PART !!Netlogon_SiteCoverageLabel EDITTEXT REQUIRED
  1044.                     VALUENAME "SiteCoverage"
  1045.                 END PART
  1046.             END POLICY
  1047.             
  1048.             POLICY !!Netlogon_GcSiteCoverage
  1049.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  1050.  
  1051.             #if version >= 4
  1052.               SUPPORTED !!SUPPORTED_WindowsXP
  1053.             #endif
  1054.  
  1055.                 EXPLAIN !!Netlogon_GcSiteCoverage_Help
  1056.  
  1057.                 PART !!Netlogon_GcSiteCoverageLabel EDITTEXT REQUIRED
  1058.                     VALUENAME "GcSiteCoverage"
  1059.                 END PART
  1060.             END POLICY
  1061.  
  1062.             POLICY !!Netlogon_NdncSiteCoverage
  1063.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  1064.  
  1065.             #if version >= 4
  1066.               SUPPORTED !!SUPPORTED_WindowsXP
  1067.             #endif
  1068.  
  1069.                 EXPLAIN !!Netlogon_NdncSiteCoverage_Help
  1070.  
  1071.                 PART !!Netlogon_NdncSiteCoverageLabel EDITTEXT REQUIRED
  1072.                     VALUENAME "NdncSiteCoverage"
  1073.                 END PART
  1074.             END POLICY
  1075.  
  1076.             POLICY !!Netlogon_AllowSingleLabelDnsDomain
  1077.                 KEYNAME "Software\Policies\Microsoft\Netlogon\Parameters"
  1078.  
  1079.             #if version >= 4
  1080.               SUPPORTED !!SUPPORTED_WindowsXP
  1081.             #endif
  1082.  
  1083.                 EXPLAIN !!Netlogon_AllowSingleLabelDnsDomain_Help
  1084.                 VALUENAME "AllowSingleLabelDnsDomain"
  1085.                     VALUEON  NUMERIC 1
  1086.                     VALUEOFF  NUMERIC 0
  1087.             END POLICY
  1088.     END CATEGORY ;Netlogon_DC_Locator_DNS_Records
  1089.  
  1090.  
  1091.     END CATEGORY ;Netlogon
  1092.  
  1093.     CATEGORY !!PolicyPolicies
  1094.     #if version >= 4
  1095.     EXPLAIN !!PolicyPolicies_Help
  1096.     #endif
  1097.  
  1098.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  1099.  
  1100.         POLICY !!DisableBackgroundPolicy
  1101.             #if version >= 4
  1102.         SUPPORTED !!SUPPORTED_Win2k
  1103.         #endif
  1104.  
  1105.             EXPLAIN !!DisableBackgroundPolicy_Help
  1106.             VALUENAME "DisableBkGndGroupPolicy"
  1107.         END POLICY
  1108.  
  1109.            POLICY !!GroupPolicyRefreshRate
  1110.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1111.             #if version >= 4
  1112.         SUPPORTED !!SUPPORTED_Win2k
  1113.         #endif
  1114.  
  1115.             EXPLAIN !!GroupPolicyRefreshRate_Help
  1116.  
  1117.               PART !!GPRefreshRate_C_Desc1  TEXT
  1118.             END PART
  1119.             PART !!GPRefreshRate_C_Desc2  TEXT
  1120.             END PART
  1121.  
  1122.             PART !!GPRefreshRate    NUMERIC REQUIRED
  1123.                 MIN 0 MAX 64800 DEFAULT 90
  1124.                 VALUENAME "GroupPolicyRefreshTime"
  1125.             END PART
  1126.  
  1127.             PART !!Blank    TEXT
  1128.             END PART
  1129.             PART !!GPRefreshRateOffset_Desc1  TEXT
  1130.             END PART
  1131.             PART !!GPRefreshRateOffset_Desc2  TEXT
  1132.             END PART
  1133.             PART !!GPRefreshRateOffset_Desc3  TEXT
  1134.             END PART
  1135.  
  1136.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  1137.                 MIN 0 MAX 1440 DEFAULT 30
  1138.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  1139.             END PART
  1140.     END POLICY
  1141.  
  1142.         POLICY !!GroupPolicyRefreshRateDC
  1143.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1144.             #if version >= 4
  1145.         SUPPORTED !!SUPPORTED_Win2k
  1146.         #endif
  1147.  
  1148.             EXPLAIN !!GroupPolicyRefreshRateDC_Help
  1149.  
  1150.               PART !!GPRefreshRate_DC_Desc1  TEXT
  1151.             END PART
  1152.             PART !!GPRefreshRate_DC_Desc2  TEXT
  1153.             END PART
  1154.  
  1155.             PART !!GPRefreshRate    NUMERIC REQUIRED
  1156.                 MIN 0 MAX 64800 DEFAULT 5
  1157.                 VALUENAME "GroupPolicyRefreshTimeDC"
  1158.             END PART
  1159.  
  1160.             PART !!Blank  TEXT
  1161.             END PART
  1162.             PART !!GPRefreshRateOffset_Desc1  TEXT
  1163.             END PART
  1164.             PART !!GPRefreshRateOffset_Desc2  TEXT
  1165.             END PART
  1166.             PART !!GPRefreshRateOffset_Desc3  TEXT
  1167.             END PART
  1168.  
  1169.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  1170.                 MIN 0 MAX 1440 DEFAULT 0
  1171.                 VALUENAME "GroupPolicyRefreshTimeOffsetDC"
  1172.             END PART
  1173.         END POLICY
  1174.  
  1175.         POLICY !!UserPolicyMode
  1176.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1177.             #if version >= 4
  1178.         SUPPORTED !!SUPPORTED_Win2k
  1179.         #endif
  1180.  
  1181.             EXPLAIN !!UserPolicyMode_Help
  1182.  
  1183.             PART !!UserPolicyModeOp     DROPDOWNLIST  NOSORT
  1184.                 VALUENAME "UserPolicyMode"
  1185.             ITEMLIST
  1186.                 NAME !!UserPolicyMode_Merge       VALUE NUMERIC  1
  1187.                 NAME !!UserPolicyMode_Replace     VALUE NUMERIC  2  DEFAULT
  1188.              END ITEMLIST
  1189.         END PART
  1190.         END POLICY
  1191.  
  1192.     POLICY !!AllowX-ForestPolicy-and-RUP
  1193.         #if version >= 4
  1194.         SUPPORTED !!SUPPORTED_WindowsNET
  1195.         #endif
  1196.           EXPLAIN !!AllowX-ForestPolicy-and-RUP_Help
  1197.         
  1198.       KEYNAME "Software\Policies\Microsoft\Windows\System"
  1199.           VALUENAME "AllowX-ForestPolicy-and-RUP"
  1200.         VALUEON NUMERIC 1
  1201.         VALUEOFF NUMERIC 0
  1202.     END POLICY
  1203.  
  1204.  
  1205.         POLICY !!GPTransferRate
  1206.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1207.             #if version >= 4
  1208.         SUPPORTED !!SUPPORTED_Win2k
  1209.         #endif
  1210.  
  1211.             EXPLAIN !!GPTransferRate_Help
  1212.            
  1213.             PART !!TransferRateOp NUMERIC
  1214.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  1215.                 VALUENAME "GroupPolicyMinTransferRate"
  1216.             END PART
  1217.  
  1218.             PART !!Blank TEXT
  1219.             END PART
  1220.             PART !!TransferRateTip1 TEXT
  1221.             END PART
  1222.         END POLICY
  1223.  
  1224.         POLICY !!RSoPLogging
  1225.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1226.           #if version >= 4
  1227.             SUPPORTED !!SUPPORTED_WindowsXP
  1228.          #endif
  1229.  
  1230.  
  1231.             EXPLAIN !!RSoPLogging_Help
  1232.             VALUENAME "RSoPLogging"
  1233.                 VALUEON NUMERIC 0
  1234.                 VALUEOFF NUMERIC 1
  1235.         END POLICY
  1236.  
  1237.         POLICY !!DisableUsersFromMachGP
  1238.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1239.           #if version >= 4
  1240.             SUPPORTED !!SUPPORTED_WindowsXP
  1241.          #endif
  1242.  
  1243.  
  1244.             EXPLAIN !!DisableUsersFromMachGP_Help
  1245.             VALUENAME "DenyUsersFromMachGP"
  1246.                 VALUEON NUMERIC 1
  1247.                 VALUEOFF NUMERIC 0
  1248.         END POLICY
  1249.  
  1250.         POLICY !!DenyRsopToInteractiveUser
  1251.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  1252.           #if version >= 4
  1253.             SUPPORTED !!SUPPORTED_WindowsXP
  1254.          #endif
  1255.  
  1256.  
  1257.             EXPLAIN !!DenyRsopToInteractiveUser_Help
  1258.             VALUENAME "DenyRsopToInteractiveUser"
  1259.                 VALUEON NUMERIC 1
  1260.                 VALUEOFF NUMERIC 0
  1261.         END POLICY
  1262.  
  1263.         POLICY !!CSE_Registry
  1264.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}"
  1265.             #if version >= 4
  1266.         SUPPORTED !!SUPPORTED_Win2k
  1267.         #endif
  1268.  
  1269.             EXPLAIN !!CSE_Registry_Help
  1270.  
  1271.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  1272.                 VALUENAME "NoBackgroundPolicy"
  1273.                 VALUEON NUMERIC 1
  1274.                 VALUEOFF NUMERIC 0
  1275.             END PART
  1276.  
  1277.             PART !!CSE_NOCHANGES                CHECKBOX
  1278.                 VALUENAME "NoGPOListChanges"
  1279.                 VALUEON NUMERIC 0
  1280.                 VALUEOFF NUMERIC 1
  1281.             END PART
  1282.         END POLICY
  1283.  
  1284.         POLICY !!CSE_IEM
  1285.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{A2E30F80-D7DE-11d2-BBDE-00C04F86AE3B}"
  1286.             #if version >= 4
  1287.         SUPPORTED !!SUPPORTED_Win2k
  1288.         #endif
  1289.  
  1290.             EXPLAIN !!CSE_IEM_Help
  1291.  
  1292.             PART !!CSE_SLOWLINK                 CHECKBOX
  1293.                 VALUENAME "NoSlowLink"
  1294.                 VALUEON NUMERIC 0
  1295.                 VALUEOFF NUMERIC 1
  1296.             END PART
  1297.  
  1298.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  1299.                 VALUENAME "NoBackgroundPolicy"
  1300.                 VALUEON NUMERIC 1
  1301.                 VALUEOFF NUMERIC 0
  1302.             END PART
  1303.  
  1304.             PART !!CSE_NOCHANGES                CHECKBOX
  1305.                 VALUENAME "NoGPOListChanges"
  1306.                 VALUEON NUMERIC 0
  1307.                 VALUEOFF NUMERIC 1
  1308.             END PART
  1309.         END POLICY
  1310.  
  1311.         POLICY !!CSE_AppMgmt
  1312.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{c6dc5466-785a-11d2-84d0-00c04fb169f7}"
  1313.             #if version >= 4
  1314.         SUPPORTED !!SUPPORTED_Win2k
  1315.         #endif
  1316.  
  1317.             EXPLAIN !!CSE_AppMgmt_Help
  1318.  
  1319.             PART !!CSE_SLOWLINK                 CHECKBOX   
  1320.                 VALUENAME "NoSlowLink"
  1321.                 VALUEON NUMERIC 0
  1322.                 VALUEOFF NUMERIC 1
  1323.             END PART
  1324.  
  1325.             PART !!CSE_NOCHANGES                CHECKBOX
  1326.                 VALUENAME "NoGPOListChanges"
  1327.                 VALUEON NUMERIC 0
  1328.                 VALUEOFF NUMERIC 1
  1329.             END PART
  1330.         END POLICY
  1331.  
  1332.         POLICY !!CSE_FolderRedirection
  1333.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{25537BA6-77A8-11D2-9B6C-0000F8080861}"
  1334.             #if version >= 4
  1335.         SUPPORTED !!SUPPORTED_Win2k
  1336.         #endif
  1337.  
  1338.             EXPLAIN !!CSE_FolderRedirection_Help
  1339.  
  1340.             PART !!CSE_SLOWLINK                 CHECKBOX
  1341.                 VALUENAME "NoSlowLink"
  1342.                 VALUEON NUMERIC 0
  1343.                 VALUEOFF NUMERIC 1
  1344.             END PART
  1345.  
  1346.             PART !!CSE_NOCHANGES                CHECKBOX
  1347.                 VALUENAME "NoGPOListChanges"
  1348.                 VALUEON NUMERIC 0
  1349.                 VALUEOFF NUMERIC 1
  1350.             END PART
  1351.         END POLICY
  1352.  
  1353.         POLICY !!CSE_Scripts
  1354.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{42B5FAAE-6536-11d2-AE5A-0000F87571E3}"
  1355.             #if version >= 4
  1356.         SUPPORTED !!SUPPORTED_Win2k
  1357.         #endif
  1358.  
  1359.             EXPLAIN !!CSE_Scripts_Help
  1360.  
  1361.             PART !!CSE_SLOWLINK                 CHECKBOX
  1362.                 VALUENAME "NoSlowLink"
  1363.                 VALUEON NUMERIC 0
  1364.                 VALUEOFF NUMERIC 1
  1365.             END PART
  1366.  
  1367.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  1368.                 VALUENAME "NoBackgroundPolicy"
  1369.                 VALUEON NUMERIC 1
  1370.                 VALUEOFF NUMERIC 0
  1371.             END PART
  1372.  
  1373.             PART !!CSE_NOCHANGES                CHECKBOX
  1374.                 VALUENAME "NoGPOListChanges"
  1375.                 VALUEON NUMERIC 0
  1376.                 VALUEOFF NUMERIC 1
  1377.             END PART
  1378.         END POLICY
  1379.  
  1380.         POLICY !!CSE_Security
  1381.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{827D319E-6EAC-11D2-A4EA-00C04F79F83A}"
  1382.             #if version >= 4
  1383.         SUPPORTED !!SUPPORTED_Win2k
  1384.         #endif
  1385.  
  1386.             EXPLAIN !!CSE_Security_Help
  1387.  
  1388.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  1389.                 VALUENAME "NoBackgroundPolicy"
  1390.                 VALUEON NUMERIC 1
  1391.                 VALUEOFF NUMERIC 0
  1392.             END PART
  1393.  
  1394.             PART !!CSE_NOCHANGES                CHECKBOX
  1395.                 VALUENAME "NoGPOListChanges"
  1396.                 VALUEON NUMERIC 0
  1397.                 VALUEOFF NUMERIC 1
  1398.             END PART
  1399.         END POLICY
  1400.  
  1401.         POLICY !!CSE_IPSecurity
  1402.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{e437bc1c-aa7d-11d2-a382-00c04f991e27}"
  1403.             #if version >= 4
  1404.         SUPPORTED !!SUPPORTED_Win2k
  1405.         #endif
  1406.  
  1407.             EXPLAIN !!CSE_IPSecurity_Help
  1408.  
  1409.             PART !!CSE_SLOWLINK                 CHECKBOX
  1410.                 VALUENAME "NoSlowLink"
  1411.                 VALUEON NUMERIC 0
  1412.                 VALUEOFF NUMERIC 1
  1413.             END PART
  1414.  
  1415.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  1416.                 VALUENAME "NoBackgroundPolicy"
  1417.                 VALUEON NUMERIC 1
  1418.                 VALUEOFF NUMERIC 0
  1419.             END PART
  1420.  
  1421.             PART !!CSE_NOCHANGES                CHECKBOX
  1422.                 VALUENAME "NoGPOListChanges"
  1423.                 VALUEON NUMERIC 0
  1424.                 VALUEOFF NUMERIC 1
  1425.             END PART
  1426.         END POLICY
  1427.  
  1428.         POLICY !!CSE_Wireless
  1429.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{0ACDD40C-75AC-47ab-BAA0-BF6DE7E7FE63}"
  1430.             #if version >= 4
  1431.         SUPPORTED !!SUPPORTED_Win2k
  1432.         #endif
  1433.  
  1434.             EXPLAIN !!CSE_Wireless_Help
  1435.  
  1436.             PART !!CSE_SLOWLINK                 CHECKBOX
  1437.                 VALUENAME "NoSlowLink"
  1438.                 VALUEON NUMERIC 0
  1439.                 VALUEOFF NUMERIC 1
  1440.             END PART
  1441.  
  1442.             PART !!CSE_NOBACKGROUND             CHECKBOX  
  1443.                 VALUENAME "NoBackgroundPolicy"
  1444.                 VALUEON NUMERIC 1
  1445.                 VALUEOFF NUMERIC 0
  1446.             END PART
  1447.  
  1448.             PART !!CSE_NOCHANGES                CHECKBOX
  1449.                 VALUENAME "NoGPOListChanges"
  1450.                 VALUEON NUMERIC 0
  1451.                 VALUEOFF NUMERIC 1
  1452.             END PART
  1453.         END POLICY
  1454.  
  1455.         POLICY !!CSE_EFSRecovery
  1456.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{B1BE8D72-6EAC-11D2-A4EA-00C04F79F83A}"
  1457.             #if version >= 4
  1458.         SUPPORTED !!SUPPORTED_Win2k
  1459.         #endif
  1460.  
  1461.             EXPLAIN !!CSE_EFSRecovery_Help
  1462.  
  1463.             PART !!CSE_SLOWLINK                 CHECKBOX
  1464.                 VALUENAME "NoSlowLink"
  1465.                 VALUEON NUMERIC 0
  1466.                 VALUEOFF NUMERIC 1
  1467.             END PART
  1468.  
  1469.             PART !!CSE_NOBACKGROUND             CHECKBOX 
  1470.                 VALUENAME "NoBackgroundPolicy"
  1471.                 VALUEON NUMERIC 1
  1472.                 VALUEOFF NUMERIC 0
  1473.             END PART
  1474.  
  1475.             PART !!CSE_NOCHANGES                CHECKBOX
  1476.                 VALUENAME "NoGPOListChanges"
  1477.                 VALUEON NUMERIC 0
  1478.                 VALUEOFF NUMERIC 1
  1479.             END PART
  1480.         END POLICY
  1481.  
  1482.         POLICY !!CSE_DiskQuota
  1483.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy\{3610eda5-77ef-11d2-8dc5-00c04fa31a66}"
  1484.             #if version >= 4
  1485.         SUPPORTED !!SUPPORTED_Win2k
  1486.         #endif
  1487.  
  1488.             EXPLAIN !!CSE_DiskQuota_Help
  1489.  
  1490.             PART !!CSE_SLOWLINK                 CHECKBOX
  1491.                 VALUENAME "NoSlowLink"
  1492.                 VALUEON NUMERIC 0
  1493.                 VALUEOFF NUMERIC 1
  1494.             END PART
  1495.  
  1496.             PART !!CSE_NOBACKGROUND             CHECKBOX   
  1497.                 VALUENAME "NoBackgroundPolicy"
  1498.                 VALUEON NUMERIC 1
  1499.                 VALUEOFF NUMERIC 0
  1500.             END PART
  1501.  
  1502.             PART !!CSE_NOCHANGES                CHECKBOX
  1503.                 VALUENAME "NoGPOListChanges"
  1504.                 VALUEON NUMERIC 0
  1505.                 VALUEOFF NUMERIC 1
  1506.             END PART
  1507.         END POLICY
  1508.  
  1509.         POLICY !!OnlyUseLocalAdminFiles
  1510.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy"
  1511.           #if version >= 4
  1512.             SUPPORTED !!SUPPORTED_WindowsNET
  1513.          #endif
  1514.  
  1515.  
  1516.             EXPLAIN !!OnlyUseLocalAdminFiles_Help
  1517.             VALUENAME "OnlyUseLocalAdminFiles"
  1518.                 VALUEON NUMERIC 1
  1519.                 VALUEOFF NUMERIC 0
  1520.         END POLICY
  1521.  
  1522.  
  1523.     END CATEGORY ; PolicyPolicies
  1524.  
  1525.     CATEGORY !!RemoteAssist
  1526.         #if version >= 4
  1527.         EXPLAIN !!RemoteAssist_Help
  1528.         #endif
  1529.  
  1530.         POLICY !!RA_Solicit
  1531.             #if version >= 4
  1532.                 SUPPORTED !!SUPPORTED_WindowsXP
  1533.             #endif
  1534.  
  1535.             EXPLAIN !!RA_Solicit_Help
  1536.             KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1537.  
  1538.             VALUENAME fAllowToGetHelp
  1539.             VALUEON  NUMERIC 1
  1540.             VALUEOFF NUMERIC 0
  1541.  
  1542.             PART !!RA_Solicit_Control_List  DROPDOWNLIST NOSORT
  1543.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1544.                 VALUENAME fAllowFullControl
  1545.                 ITEMLIST
  1546.                     NAME !!RA_Solicit_Control_Ctrl VALUE NUMERIC 1 DEFAULT
  1547.                     NAME !!RA_Solicit_Control_View VALUE NUMERIC 0  
  1548.                 END ITEMLIST
  1549.             END PART
  1550.  
  1551.             PART !!RA_Solicit_ExpireValue_Edt NUMERIC
  1552.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1553.                 VALUENAME MaxTicketExpiry            
  1554.                 MIN 1 MAX 99 DEFAULT 1
  1555.             END PART
  1556.  
  1557.             PART !!RA_Solicit_ExpireUnits_List  DROPDOWNLIST
  1558.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1559.                 VALUENAME MaxTicketExpiryUnits
  1560.                 ITEMLIST
  1561.                     NAME !!RA_Solicit_Control_Minutes VALUE NUMERIC 0
  1562.                     NAME !!RA_Solicit_Control_Hours   VALUE NUMERIC 1 DEFAULT
  1563.                     NAME !!RA_Solicit_Control_Days    VALUE NUMERIC 2 
  1564.                 END ITEMLIST
  1565.             END PART
  1566.  
  1567.             PART !!RA_Solicit_Mailto_List  DROPDOWNLIST
  1568.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1569.                 VALUENAME fUseMailto
  1570.                 ITEMLIST
  1571.                     NAME !!RA_Solicit_SimpleMapi     VALUE NUMERIC 0
  1572.                     NAME !!RA_Solicit_Mailto           VALUE NUMERIC 1 DEFAULT
  1573.  
  1574.                 END ITEMLIST
  1575.             END PART
  1576.  
  1577.  
  1578.     END POLICY
  1579.  
  1580.        POLICY !!RA_Unsolicit
  1581.             #if version >= 4        
  1582.                 SUPPORTED !!SUPPORTED_WindowsXP
  1583.             #endif
  1584.  
  1585.             EXPLAIN !!RA_Unsolicit_Help
  1586.             KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1587.  
  1588.             VALUENAME fAllowUnsolicited
  1589.             VALUEON  NUMERIC 1
  1590.             VALUEOFF NUMERIC 0
  1591.  
  1592.             PART !!RA_Unsolicit_Control_List  DROPDOWNLIST NOSORT
  1593.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services"
  1594.                 VALUENAME fAllowUnsolicitedFullControl
  1595.                 ITEMLIST
  1596.                     NAME !!RA_Unsolicit_Control_Ctrl VALUE NUMERIC 1 DEFAULT
  1597.                     NAME !!RA_Unsolicit_Control_View VALUE NUMERIC 0  
  1598.                 END ITEMLIST
  1599.             END PART
  1600.  
  1601.             PART !!RA_Unsolicit_DACL_Edit  LISTBOX
  1602.                 KEYNAME "Software\policies\Microsoft\Windows NT\Terminal Services\RAUnsolicit"
  1603.             END PART
  1604.  
  1605.  
  1606.         END POLICY
  1607.  
  1608.  
  1609.     END CATEGORY ;; RemoteAssist
  1610.  
  1611.     CATEGORY  !!SR
  1612.     #if version >= 4
  1613.     EXPLAIN !!SR_Help
  1614.     #endif    
  1615.  
  1616.         KEYNAME "Software\Policies\Microsoft\Windows NT\SystemRestore"
  1617.  
  1618.         POLICY !!SR_DisableSR
  1619.             #if version >= 4        
  1620.             SUPPORTED !!SUPPORTED_WindowsXPOnly
  1621.         #endif
  1622.  
  1623.             EXPLAIN !!SR_DisableSR_Help
  1624.         VALUENAME "DisableSR"
  1625.             VALUEON NUMERIC 1
  1626.             VALUEOFF NUMERIC 0
  1627.         END POLICY
  1628.   
  1629.         POLICY !!SR_DisableConfig
  1630.             #if version >= 4        
  1631.             SUPPORTED !!SUPPORTED_WindowsXPOnly
  1632.         #endif
  1633.  
  1634.         EXPLAIN !!SR_DisableConfig_Help
  1635.             VALUENAME "DisableConfig"
  1636.             VALUEON  NUMERIC 1
  1637.             VALUEOFF NUMERIC 0
  1638.         END POLICY
  1639.  
  1640.     END CATEGORY ;SR
  1641.  
  1642.     CATEGORY !!PCHealth
  1643.         #if version >= 4
  1644.     EXPLAIN !!PCHealth_Help
  1645.         #endif
  1646.  
  1647.         POLICY !!PCH_ShowUI
  1648.             #if version >= 4
  1649.                 SUPPORTED !!SUPPORTED_WindowsXP
  1650.             #endif
  1651.  
  1652.         EXPLAIN !!PCH_ShowUI_Help
  1653.             KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1654.  
  1655.             VALUENAME ShowUI
  1656.             VALUEON  NUMERIC 1
  1657.             VALUEOFF NUMERIC 0
  1658.             ACTIONLISTON
  1659.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1660.                 VALUENAME DWAllowHeadless
  1661.                 VALUE NUMERIC 0
  1662.             END ACTIONLISTON
  1663.             ACTIONLISTOFF
  1664.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1665.                 VALUENAME DWAllowHeadless
  1666.                 VALUE NUMERIC 1
  1667.             END ACTIONLISTOFF
  1668.         END POLICY
  1669.  
  1670.         POLICY !!PCH_DoReport
  1671.             #if version >= 4
  1672.                 SUPPORTED !!SUPPORTED_WindowsXP
  1673.             #endif
  1674.  
  1675.         EXPLAIN !!PCH_DoReport_Help
  1676.             KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1677.  
  1678.             VALUENAME DoReport
  1679.             VALUEON  NUMERIC 1
  1680.             VALUEOFF NUMERIC 0
  1681.  
  1682.             PART !!PCH_NoExternalURL_Chk  CHECKBOX
  1683.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1684.                 VALUENAME DWNoExternalURL
  1685.                 VALUEON  NUMERIC 1
  1686.                 VALUEOFF NUMERIC 0  
  1687.             END PART
  1688.  
  1689.             PART !!PCH_NoFileCollect_Chk  CHECKBOX
  1690.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1691.                 VALUENAME DWNoFileCollection
  1692.                 VALUEON  NUMERIC 1
  1693.                 VALUEOFF NUMERIC 0  
  1694.             END PART
  1695.  
  1696.             PART !!PCH_NoLevelTwo_Chk  CHECKBOX
  1697.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1698.                 VALUENAME DWNoSecondLevelCollection
  1699.                 VALUEON  NUMERIC 1
  1700.                 VALUEOFF NUMERIC 0  
  1701.             END PART
  1702.  
  1703.             PART !!PCH_ForceQ_Chk  CHECKBOX
  1704.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1705.                 VALUENAME ForceQueueMode
  1706.                 VALUEON  NUMERIC 1
  1707.                 VALUEOFF NUMERIC 0  
  1708.             END PART
  1709.  
  1710.  
  1711.             PART !!PCH_DumpPath_Edit  EDITTEXT
  1712.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1713.                 VALUENAME DWFileTreeRoot
  1714.             END PART
  1715.  
  1716.             PART !!PCH_CompanyText_Edit  EDITTEXT
  1717.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\DW"
  1718.                 VALUENAME DWReporteeName
  1719.             END PART
  1720.  
  1721.         END POLICY
  1722.  
  1723.         CATEGORY !!PCH_AdvancedReporting
  1724.             #if version >= 4    
  1725.         EXPLAIN !!PCH_AdvancedReporting_Help        
  1726.             #endif
  1727.  
  1728.             KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1729.  
  1730.             POLICY !!PCH_AllOrNoneDef
  1731.                 #if version >= 4
  1732.                     SUPPORTED !!SUPPORTED_WindowsXP
  1733.                 #endif
  1734.  
  1735.                 EXPLAIN !!PCH_AllOrNoneDef_Help
  1736.  
  1737.                 PART !!PCH_AllOrNoneDef_List  DROPDOWNLIST NOSORT
  1738.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1739.                     VALUENAME AllOrNone
  1740.                     ITEMLIST
  1741.                         NAME !!PCH_AllOrNoneDef_Include  VALUE NUMERIC 1 DEFAULT
  1742.                         NAME !!PCH_AllOrNoneDef_Exclude  VALUE NUMERIC 0  
  1743.                     END ITEMLIST
  1744.                 END PART
  1745.  
  1746.                 PART !!PCH_AllOrNoneIncMS_Chk  CHECKBOX  DEFCHECKED
  1747.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1748.                     VALUENAME IncludeMicrosoftApps
  1749.                     VALUEON  NUMERIC 1
  1750.                     VALUEOFF NUMERIC 0  
  1751.                 END PART
  1752.  
  1753.                 PART !!PCH_AllOrNoneWinComp_Chk  CHECKBOX  DEFCHECKED
  1754.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1755.                     VALUENAME IncludeWindowsApps
  1756.                     VALUEON  NUMERIC 1
  1757.                     VALUEOFF NUMERIC 0  
  1758.                 END PART
  1759.             END POLICY
  1760.  
  1761.             POLICY !!PCH_AllOrNoneInc
  1762.                 EXPLAIN !!PCH_AllOrNoneInc_Help
  1763.  
  1764.                 #if version >= 4
  1765.                     SUPPORTED !!SUPPORTED_WindowsXP
  1766.                 #endif
  1767.  
  1768.                 PART !!PCH_AllOrNoneInc_List  LISTBOX
  1769.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\InclusionList"
  1770.                 END PART
  1771.  
  1772.             END POLICY
  1773.  
  1774.             POLICY !!PCH_AllOrNoneEx
  1775.                 EXPLAIN !!PCH_AllOrNoneEx_Help
  1776.  
  1777.                 #if version >= 4
  1778.                     SUPPORTED !!SUPPORTED_WindowsXP
  1779.                 #endif
  1780.  
  1781.                 PART !!PCH_AllOrNoneEx_List  LISTBOX
  1782.                     KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting\ExclusionList"
  1783.                 END PART
  1784.  
  1785.             END POLICY
  1786.  
  1787.             POLICY !!PCH_ReportOperatingSystemFaults
  1788.                 #if version >= 4
  1789.                     SUPPORTED !!SUPPORTED_WindowsXP
  1790.                 #endif
  1791.  
  1792.                 EXPLAIN !!PCH_ReportOperatingSystemFaults_Help
  1793.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1794.  
  1795.                 VALUENAME IncludeKernelFaults
  1796.                 VALUEON  NUMERIC 1
  1797.                 VALUEOFF NUMERIC 0
  1798.             END POLICY
  1799.  
  1800.             POLICY !!PCH_ReportShutdownEvents
  1801.                 #if version >= 4
  1802.                     SUPPORTED !!SUPPORTED_WindowsNET
  1803.                 #endif
  1804.  
  1805.                 EXPLAIN !!PCH_ReportShutdownEvents_Help
  1806.                 KEYNAME "Software\Policies\Microsoft\PCHealth\ErrorReporting"
  1807.  
  1808.                 VALUENAME IncludeShutdownErrs
  1809.                 VALUEON  NUMERIC 1
  1810.                 VALUEOFF NUMERIC 0
  1811.             END POLICY
  1812.  
  1813.         END CATEGORY
  1814.  
  1815.     END CATEGORY ; PCHealth
  1816.  
  1817.  
  1818.     CATEGORY  !!WFP
  1819.     #if version >= 4
  1820.     EXPLAIN !!WFP_Help
  1821.     #endif    
  1822.  
  1823.         KEYNAME "Software\Policies\Microsoft\Windows NT\Windows File Protection"
  1824.   
  1825.         POLICY !!WFPScan
  1826.         #if version >= 4
  1827.         SUPPORTED !!SUPPORTED_WindowsXP
  1828.         #endif
  1829.  
  1830.         EXPLAIN !!WFPScan_Help
  1831.             PART !!WFPScanList          DROPDOWNLIST REQUIRED
  1832.                 VALUENAME "SfcScan"
  1833.             ITEMLIST
  1834.                     NAME !!WFPScan_NotAtBoot      VALUE NUMERIC 0  DEFAULT
  1835.                     NAME !!WFPScan_AtBoot         VALUE NUMERIC 1
  1836.                 END ITEMLIST
  1837.             END PART
  1838.         END POLICY
  1839.  
  1840.         POLICY !!WFPShowProgress
  1841.           #if version >= 4
  1842.                 SUPPORTED !!SUPPORTED_WindowsXP
  1843.           #endif
  1844.  
  1845.  
  1846.             EXPLAIN !!WFPShowProgress_Help
  1847.         VALUENAME "SfcShowProgress"
  1848.             VALUEON NUMERIC 0
  1849.             VALUEOFF NUMERIC 1
  1850.         END POLICY
  1851.  
  1852.         POLICY !!WFPQuota
  1853.             #if version >= 4
  1854.          SUPPORTED !!SUPPORTED_WindowsXP
  1855.           #endif
  1856.  
  1857.             EXPLAIN !!WFPQuota_Help
  1858.             PART !!WFPQuota_Tip1 TEXT
  1859.             END PART
  1860.             PART !!WFPQuota_Tip2 TEXT
  1861.             END PART
  1862.  
  1863.             PART  !!WFPQuota_Size NUMERIC
  1864.                 MIN 0 MAX 4294967295 DEFAULT 50 SPIN 1
  1865.                 VALUENAME "SfcQuota"
  1866.             END PART
  1867.         END POLICY      
  1868.  
  1869.         POLICY !!WFPDllCacheDir
  1870.          #if version >= 4
  1871.           SUPPORTED !!SUPPORTED_WindowsXP
  1872.         #endif
  1873.  
  1874.             EXPLAIN !!WFPDllCacheDir_Help
  1875.  
  1876.             PART !!WFPDllCacheDirBox         EDITTEXT REQUIRED
  1877.                 VALUENAME "SFCDllCacheDir"
  1878.             END PART
  1879.         END POLICY
  1880.  
  1881.     END CATEGORY ; WFP
  1882.  
  1883.     CATEGORY !!Rpc
  1884.     #if version >= 4
  1885.     EXPLAIN !!RPC_Help
  1886.     #endif
  1887.  
  1888.             KEYNAME "Software\Policies\Microsoft\Windows NT\Rpc"
  1889.  
  1890.             POLICY !!RpcStateInformation
  1891.             #if version >= 4
  1892.              SUPPORTED !!SUPPORTED_WindowsXP
  1893.           #endif
  1894.  
  1895.             EXPLAIN !!RpcStateInformation_Help
  1896.                 PART !!RpcStateInformationList          DROPDOWNLIST REQUIRED
  1897.                     VALUENAME "StateInformation"
  1898.                     ITEMLIST
  1899.                         NAME !!RpcStateInfoNone     VALUE NUMERIC 0
  1900.                         NAME !!RpcStateInfoAuto1    VALUE NUMERIC 1
  1901.                         NAME !!RpcStateInfoAuto2    VALUE NUMERIC 2   DEFAULT
  1902.                         NAME !!RpcStateInfoServer   VALUE NUMERIC 3
  1903.                         NAME !!RpcStateInfoBoth     VALUE NUMERIC 4
  1904.                     END ITEMLIST
  1905.                 END PART
  1906.             END POLICY
  1907.  
  1908.             POLICY !!RpcExtendedErrorInformation
  1909.           #if version >= 4
  1910.             SUPPORTED !!SUPPORTED_WindowsXP
  1911.           #endif
  1912.  
  1913.  
  1914.             EXPLAIN !!RpcExtendedErrorInformation_Help
  1915.                 PART !!RpcExtendedErrorInformationList  DROPDOWNLIST REQUIRED
  1916.                     VALUENAME "ExtErrorInformation"
  1917.                     ITEMLIST
  1918.                         NAME !!RpcEEInfoOff         VALUE NUMERIC 0   DEFAULT
  1919.                         NAME !!RpcEEInfoOnWithExc   VALUE NUMERIC 1
  1920.                         NAME !!RpcEEInfoOffWithExc  VALUE NUMERIC 2
  1921.                         NAME !!RpcEEInfoOn          VALUE NUMERIC 3
  1922.                     END ITEMLIST
  1923.                 END PART
  1924.                 PART !!RpcExtErrorExceptions        EDITTEXT
  1925.                     VALUENAME "ExtErrorInfoExceptions"
  1926.                 END PART
  1927.             END POLICY
  1928.  
  1929.  
  1930.           POLICY !!RpcIgnoreDelegationFailure
  1931.                  #if version >= 4
  1932.                        SUPPORTED !!SUPPORTED_WindowsNET
  1933.                  #endif
  1934.  
  1935.  
  1936.  
  1937.                KEYNAME "Software\Policies\Microsoft\Windows NT\Rpc\IgnoreDelegationFailure"
  1938.  
  1939.  
  1940.                EXPLAIN !!RpcIgnoreDelegationFailure_Help
  1941.                  PART !!RpcIgnoreDelegationFailureList  DROPDOWNLIST REQUIRED
  1942.                      VALUENAME "IgnoreDelegationFailure"
  1943.                      ITEMLIST
  1944.                          NAME !!RpcIDFOff            VALUE NUMERIC 0   DEFAULT
  1945.                          NAME !!RpcIDFOn             VALUE NUMERIC 1
  1946.                      END ITEMLIST
  1947.                  END PART
  1948.              END POLICY
  1949.  
  1950.              POLICY !!RpcMinimumHttpConnectionTimeout
  1951.                  #if version >= 4
  1952.                        SUPPORTED !!SUPPORTED_WindowsXPSP1
  1953.                  #endif
  1954.  
  1955.                 KEYNAME "Software\Policies\Microsoft\Windows NT\Rpc\MinimumConnectionTimeout"
  1956.  
  1957.  
  1958.                 EXPLAIN !!RpcMinimumHttpConnectionTimeout_Help
  1959.                   PART !!RpcMinimumHttpConnectionTimeoutValue  NUMERIC REQUIRED SPIN 10
  1960.                       VALUENAME "MinimumConnectionTimeout"
  1961.                       DEFAULT 900
  1962.                       MIN 90
  1963.                   END PART
  1964.              END POLICY
  1965.  
  1966.  
  1967.     END CATEGORY  ; Rpc
  1968.  
  1969.     CATEGORY !!W32TIME_ROOT
  1970.            #if version >= 4
  1971.               EXPLAIN !!W32TIME_Help
  1972.         #endif
  1973.  
  1974.  
  1975.       KEYNAME "Software\Policies\Microsoft\W32Time"
  1976.  
  1977.       POLICY !!W32TIME_POLICY_CONFIG
  1978.         #if version >= 4
  1979.             SUPPORTED !!SUPPORTED_WindowsXP
  1980.         #endif
  1981.         EXPLAIN !!W32TIME_CONFIG_EXPLAIN
  1982.  
  1983.         KEYNAME "Software\Policies\Microsoft\W32Time\Config"
  1984.  
  1985.             PART !!W32TIME_ClockDisciplineParameters TEXT
  1986.         END PART
  1987.  
  1988.         PART !!W32TIME_FrequencyCorrectRate NUMERIC
  1989.               VALUENAME "FrequencyCorrectRate"
  1990.               DEFAULT 4
  1991.               MIN 1
  1992.         END PART
  1993.  
  1994.         PART !!W32TIME_HoldPeriod NUMERIC
  1995.               VALUENAME "HoldPeriod"
  1996.               DEFAULT 5
  1997.               MIN 1
  1998.         END PART
  1999.  
  2000.         PART !!W32TIME_LargePhaseOffset NUMERIC
  2001.               VALUENAME "LargePhaseOffset"
  2002.               DEFAULT 1280000
  2003.               MAX 4294967295
  2004.         END PART
  2005.  
  2006.         PART !!W32TIME_MaxAllowedPhaseOffset NUMERIC
  2007.               VALUENAME "MaxAllowedPhaseOffset"
  2008.               DEFAULT 300
  2009.               MIN 0 
  2010.         END PART
  2011.  
  2012.         PART !!W32TIME_MaxNegPhaseCorrection NUMERIC
  2013.               VALUENAME "MaxNegPhaseCorrection"
  2014.               DEFAULT 54000
  2015.               MIN 0
  2016.               MAX 4294967295
  2017.         END PART
  2018.  
  2019.         PART !!W32TIME_MaxPosPhaseCorrection NUMERIC
  2020.               VALUENAME "MaxPosPhaseCorrection"
  2021.               DEFAULT 54000
  2022.               MIN 0
  2023.               MAX 4294967295
  2024.         END PART
  2025.  
  2026.         PART !!W32TIME_PhaseCorrectRate NUMERIC
  2027.               VALUENAME "PhaseCorrectRate"
  2028.               DEFAULT 1
  2029.               MIN 1
  2030.         END PART
  2031.  
  2032.         PART !!W32TIME_PollAdjustFactor NUMERIC
  2033.               VALUENAME "PollAdjustFactor"
  2034.               DEFAULT 5 
  2035.               MIN 1
  2036.         END PART
  2037.  
  2038.         PART !!W32TIME_SpikeWatchPeriod NUMERIC
  2039.               VALUENAME "SpikeWatchPeriod"
  2040.               DEFAULT 90 
  2041.               MIN 1
  2042.         END PART
  2043.  
  2044.         PART !!W32TIME_UpdateInterval NUMERIC
  2045.               VALUENAME "UpdateInterval"
  2046.               DEFAULT 30000
  2047.               MIN 1
  2048.               MAX 4294967295
  2049.         END PART
  2050.  
  2051.         PART !!W32TIME_GeneralParameters TEXT
  2052.         END PART 
  2053.     
  2054.         PART !!W32TIME_AnnounceFlags NUMERIC
  2055.               VALUENAME "AnnounceFlags"
  2056.               DEFAULT 10
  2057.               MIN 0
  2058.               MAX 16
  2059.         END PART
  2060.  
  2061.         PART !!W32TIME_EventLogFlags NUMERIC
  2062.               VALUENAME "EventLogFlags"
  2063.               DEFAULT 2
  2064.               MIN 0
  2065.               MAX 3
  2066.         END PART
  2067.  
  2068.         PART !!W32TIME_LocalClockDispersion NUMERIC
  2069.               VALUENAME "LocalClockDispersion"
  2070.               DEFAULT 10
  2071.               MIN 0
  2072.               MAX 16
  2073.         END PART
  2074.  
  2075.         PART !!W32TIME_MaxPollInterval NUMERIC
  2076.               VALUENAME "MaxPollInterval"
  2077.               DEFAULT 15
  2078.         END PART
  2079.  
  2080.         PART !!W32TIME_MinPollInterval NUMERIC
  2081.               VALUENAME "MinPollInterval"
  2082.               DEFAULT 10
  2083.               MAX     15
  2084.         END PART
  2085.  
  2086.     END POLICY
  2087.  
  2088.     CATEGORY !!W32TIME_TIMEPROVIDERS
  2089.            #if version >= 4
  2090.               EXPLAIN !!W32TIME_TIMEPROVIDERS_Help
  2091.         #endif
  2092.  
  2093.  
  2094.  
  2095.             POLICY !!W32TIME_POLICY_ENABLE_NTPCLIENT
  2096.             #if version >= 4
  2097.                       SUPPORTED !!SUPPORTED_WindowsXP
  2098.             #endif
  2099.             
  2100.             EXPLAIN !!W32TIME_ENABLE_NTPCLIENT_EXPLAIN
  2101.  
  2102.             KEYNAME "Software\Policies\Microsoft\W32time\TimeProviders\NtpClient"
  2103.  
  2104.                 VALUENAME "Enabled"
  2105.                 VALUEON NUMERIC 1
  2106.                 VALUEOFF NUMERIC 0
  2107.  
  2108.  
  2109.             END POLICY
  2110.  
  2111.                   POLICY !!W32TIME_POLICY_CONFIGURE_NTPCLIENT
  2112.             #if version >= 4
  2113.                       SUPPORTED !!SUPPORTED_WindowsXP
  2114.             #endif
  2115.  
  2116.              EXPLAIN !!W32TIME_CONFIGURE_NTPCLIENT_EXPLAIN
  2117.  
  2118.             KEYNAME "Software\Policies\Microsoft\W32time\TimeProviders\NtpClient"
  2119.  
  2120.             PART !!W32TIME_NtpServer EDITTEXT 
  2121.                     KEYNAME "Software\Policies\Microsoft\W32time\Parameters"
  2122.                 VALUENAME "NtpServer"
  2123.                     DEFAULT   "time.windows.com,0x1"
  2124.             END PART
  2125.     
  2126.                 PART !!W32TIME_Type DROPDOWNLIST NOSORT
  2127.                     KEYNAME "Software\Policies\Microsoft\W32time\Parameters"
  2128.                     VALUENAME "Type"
  2129.                     ITEMLIST
  2130.                     NAME !!W32TIME_Type_NoSync  VALUE "NoSync" 
  2131.                         NAME !!W32TIME_Type_Ntp     VALUE "NTP"
  2132.                     NAME !!W32TIME_Type_NT5DS   VALUE "NT5DS"  DEFAULT
  2133.                     NAME !!W32TIME_Type_AllSync VALUE "AllSync"
  2134.                 END ITEMLIST
  2135.             END PART
  2136.  
  2137.             PART !!W32TIME_CrossSiteSyncFlags NUMERIC
  2138.                     VALUENAME "CrossSiteSyncFlags"
  2139.                     DEFAULT 2
  2140.                     MIN 0 
  2141.                     MAX 2
  2142.             END PART
  2143.   
  2144.             PART !!W32TIME_ResolvePeerBackoffMinutes NUMERIC
  2145.                     VALUENAME "ResolvePeerBackoffMinutes"
  2146.                     DEFAULT 15
  2147.             END PART
  2148.  
  2149.             PART !!W32TIME_ResolvePeerBackoffMaxTimes NUMERIC
  2150.                 VALUENAME "ResolvePeerBackoffMaxTimes"
  2151.                 DEFAULT 7
  2152.             END PART
  2153.  
  2154.             PART !!W32TIME_SpecialPollInterval NUMERIC
  2155.                 VALUENAME "SpecialPollInterval"
  2156.                 DEFAULT 3600
  2157.                 MAX 4294967295
  2158.             END PART
  2159.  
  2160.             PART !!W32TIME_EventLogFlags NUMERIC
  2161.                 VALUENAME "EventLogFlags"
  2162.                 DEFAULT 0
  2163.                 MIN  0
  2164.                 MAX  3
  2165.             END PART
  2166.         END POLICY
  2167.  
  2168.         POLICY !!W32TIME_POLICY_ENABLE_NTPSERVER
  2169.             #if version >= 4
  2170.                       SUPPORTED !!SUPPORTED_WindowsXP
  2171.             #endif
  2172.  
  2173.                 EXPLAIN !!W32TIME_ENABLE_NTPSERVER_EXPLAIN
  2174.  
  2175.             KEYNAME "Software\Policies\Microsoft\W32Time\TimeProviders\NtpServer"      
  2176.   
  2177.                 VALUENAME "Enabled"
  2178.                 VALUEON NUMERIC 1
  2179.                 VALUEOFF NUMERIC 0
  2180.         END POLICY
  2181.  
  2182.     END CATEGORY ;; W32TIME_CATEGORY_TIMEPROVIDERS
  2183.  
  2184.    END CATEGORY ;; W32TIME_CATEGORY_ROOT
  2185.  
  2186. END CATEGORY    ; AdministrativeServices
  2187.  
  2188. CATEGORY  !!Network
  2189.     #if version >= 4
  2190.         EXPLAIN !!Network_Help
  2191.     #endif
  2192.  
  2193.     CATEGORY !!DNS_Client
  2194.     #if version >= 4
  2195.     EXPLAIN !!DNS_Client_Help
  2196.     #endif
  2197.  
  2198.     POLICY !!DNS_PrimaryDnsSuffix
  2199.         KEYNAME "Software\Policies\Microsoft\System\DNSClient"
  2200.         #if version >= 4
  2201.         SUPPORTED !!SUPPORTED_Win2k
  2202.         #endif
  2203.          
  2204.         EXPLAIN !!DNS_PrimaryDnsSuffix_Help
  2205.  
  2206.             PART !!DNS_PrimaryDnsSuffixBox    EDITTEXT
  2207.         VALUENAME "NV PrimaryDnsSuffix"
  2208.             END PART
  2209.         END POLICY
  2210.  
  2211.         POLICY !!DNS_RegistrationEnabled
  2212.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2213.         #if version >= 4
  2214.         SUPPORTED !!SUPPORTED_WindowsXP
  2215.         #endif
  2216.  
  2217.             EXPLAIN !!DNS_RegistrationEnabled_Help
  2218.             VALUENAME "RegistrationEnabled"
  2219.                 VALUEON  NUMERIC 1
  2220.                 VALUEOFF  NUMERIC 0
  2221.         END POLICY
  2222.  
  2223.         POLICY !!DNS_SearchList
  2224.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2225.         #if version >= 4
  2226.         SUPPORTED !!SUPPORTED_WindowsXP
  2227.         #endif
  2228.  
  2229.             EXPLAIN !!DNS_SearchList_Help
  2230.  
  2231.             PART !!DNS_SearchListLabel EDITTEXT REQUIRED
  2232.                 VALUENAME "SearchList"
  2233.             END PART
  2234.         END POLICY
  2235.  
  2236.         POLICY !!DNS_UseDomainNameDevolution
  2237.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2238.  
  2239.         #if version >= 4
  2240.         SUPPORTED !!SUPPORTED_WindowsXP
  2241.         #endif
  2242.  
  2243.             EXPLAIN !!DNS_UseDomainNameDevolution_Help
  2244.             VALUENAME "UseDomainNameDevolution"
  2245.                 VALUEON  NUMERIC 1
  2246.                 VALUEOFF  NUMERIC 0
  2247.         END POLICY
  2248.  
  2249.         POLICY !!DNS_RegisterReverseLookup
  2250.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2251.  
  2252.         #if version >= 4
  2253.         SUPPORTED !!SUPPORTED_WindowsXP
  2254.         #endif
  2255.  
  2256.             EXPLAIN !!DNS_RegisterReverseLookup_Help
  2257.  
  2258.             PART !!DNS_RegisterReverseLookup_Box          DROPDOWNLIST REQUIRED
  2259.                 VALUENAME "RegisterReverseLookup"
  2260.                 ITEMLIST
  2261.             NAME !!DNS_RegisterReverseLookup_RegisterOnlyIfASucceeds  VALUE NUMERIC 2    DEFAULT
  2262.             NAME !!DNS_RegisterReverseLookup_Register              VALUE NUMERIC 1
  2263.                 NAME !!DNS_RegisterReverseLookup_DoNotRegister            VALUE NUMERIC 0   
  2264.                 END ITEMLIST
  2265.             END PART
  2266.         END POLICY
  2267.  
  2268.  
  2269.         POLICY !!DNS_RegistrationRefreshInterval
  2270.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2271.  
  2272.         #if version >= 4
  2273.         SUPPORTED !!SUPPORTED_WindowsXP
  2274.         #endif
  2275.  
  2276.             EXPLAIN !!DNS_RegistrationRefreshInterval_Help
  2277.  
  2278.             PART !!DNS_RegistrationRefreshIntervalLabel NUMERIC
  2279.                 MIN 1800 MAX 4294967200 DEFAULT 1800 SPIN 100
  2280.                 VALUENAME "RegistrationRefreshInterval"
  2281.             END PART
  2282.         END POLICY
  2283.  
  2284.         POLICY !!DNS_RegistrationOverwritesInConflict
  2285.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2286.  
  2287.         #if version >= 4
  2288.         SUPPORTED !!SUPPORTED_WindowsXPOnly
  2289.         #endif
  2290.  
  2291.             EXPLAIN !!DNS_RegistrationOverwritesInConflict_Help
  2292.  
  2293.             VALUENAME "RegistrationOverwritesInConflict"
  2294.                 VALUEON  NUMERIC 1
  2295.                 VALUEOFF  NUMERIC 0
  2296.         END POLICY
  2297.  
  2298.  
  2299.     POLICY !!DNS_NameServer
  2300.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2301.  
  2302.         #if version >= 4
  2303.         SUPPORTED !!SUPPORTED_WindowsXPOnly
  2304.         #endif
  2305.  
  2306.             EXPLAIN !!DNS_NameServer_Help
  2307.  
  2308.             PART !!DNS_NameServerLabel EDITTEXT REQUIRED
  2309.                 VALUENAME "NameServer"
  2310.             END PART
  2311.         END POLICY
  2312.  
  2313.  
  2314.     POLICY !!DNS_Domain
  2315.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2316.  
  2317.         #if version >= 4
  2318.         SUPPORTED !!SUPPORTED_WindowsXPOnly
  2319.         #endif
  2320.  
  2321.             EXPLAIN !!DNS_Domain_Help
  2322.  
  2323.             PART !!DNS_DomainLabel EDITTEXT REQUIRED
  2324.                 VALUENAME "AdapterDomainName"
  2325.             END PART
  2326.         END POLICY
  2327.         
  2328.         POLICY !!DNS_RegisterAdapterName
  2329.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2330.  
  2331.         #if version >= 4
  2332.         SUPPORTED !!SUPPORTED_WindowsXP
  2333.         #endif
  2334.  
  2335.             EXPLAIN !!DNS_RegisterAdapterName_Help
  2336.  
  2337.             VALUENAME "RegisterAdapterName"
  2338.                 VALUEON  NUMERIC 1
  2339.                 VALUEOFF  NUMERIC 0
  2340.         END POLICY
  2341.  
  2342.         POLICY !!DNS_RegistrationTtl
  2343.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2344.  
  2345.         #if version >= 4
  2346.         SUPPORTED !!SUPPORTED_WindowsXP
  2347.         #endif
  2348.  
  2349.             EXPLAIN !!DNS_RegistrationTtl_Help
  2350.  
  2351.             PART !!DNS_RegistrationTtlLabel NUMERIC
  2352.                 MIN 0 MAX 4294967200 DEFAULT 600 SPIN 100
  2353.                 VALUENAME "RegistrationTtl"
  2354.             END PART
  2355.         END POLICY
  2356.  
  2357.  
  2358.         POLICY !!DNS_UpdateSecurityLevel
  2359.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2360.  
  2361.         #if version >= 4
  2362.         SUPPORTED !!SUPPORTED_WindowsXP
  2363.         #endif
  2364.  
  2365.             EXPLAIN !!DNS_UpdateSecurityLevel_Help
  2366.  
  2367.             PART !!DNS_UpdateSecurityLevel_Box          DROPDOWNLIST REQUIRED
  2368.                 VALUENAME "UpdateSecurityLevel"
  2369.                 ITEMLIST
  2370.             NAME !!DNS_UpdateSecurityLevel_OnlySecure            VALUE NUMERIC 256
  2371.                      NAME !!DNS_UpdateSecurityLevel_OnlyUnsecure             VALUE NUMERIC 16   
  2372.             NAME !!DNS_UpdateSecurityLevel_UnsecureFollowedBySecure VALUE NUMERIC 0    DEFAULT
  2373.                 END ITEMLIST
  2374.             END PART
  2375.         END POLICY
  2376.  
  2377.  
  2378.         POLICY !!DNS_UpdateTopLevelDomainZones
  2379.             KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2380.  
  2381.         #if version >= 4
  2382.         SUPPORTED !!SUPPORTED_WindowsXP
  2383.         #endif
  2384.  
  2385.             EXPLAIN !!DNS_UpdateTopLevelDomainZones_Help
  2386.  
  2387.             VALUENAME "UpdateTopLevelDomainZones"
  2388.                 VALUEON  NUMERIC 1
  2389.                 VALUEOFF  NUMERIC 0
  2390.         END POLICY
  2391.  
  2392. ;     Postponed until next Windows release.
  2393. ;        POLICY !!DNS_AppendToMultiLabelName
  2394. ;            KEYNAME "Software\Policies\Microsoft\Windows NT\DNSClient"
  2395. ;        #if version >= 4
  2396. ;        SUPPORTED !!SUPPORTED_WindowsXP
  2397. ;        #endif
  2398. ;
  2399. ;            EXPLAIN !!DNS_AppendToMultiLabelName_Help
  2400. ;            VALUENAME "AppendToMultiLabelName"
  2401. ;                VALUEON  NUMERIC 1
  2402. ;                VALUEOFF  NUMERIC 0
  2403. ;        END POLICY
  2404.  
  2405.  
  2406.  
  2407.    END CATEGORY ;DNS_Client
  2408.  
  2409.    CATEGORY !!Cat_OfflineFiles
  2410.     #if version >= 4
  2411.     EXPLAIN !!Cat_OfflineFiles_Help
  2412.     #endif
  2413.  
  2414.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  2415.  
  2416.         POLICY !!Pol_Enabled
  2417.             #if version >= 4
  2418.         SUPPORTED !!SUPPORTED_Win2k
  2419.         #endif
  2420.  
  2421.         EXPLAIN !!Pol_Enabled_Help
  2422.             VALUENAME "Enabled"
  2423.         VALUEON  NUMERIC 1
  2424.         VALUEOFF NUMERIC 0
  2425.  
  2426.             PART !!Lbl_EnabledHelp1             TEXT    
  2427.         END PART
  2428.             PART !!Lbl_EnabledHelp2             TEXT    
  2429.         END PART
  2430.             PART !!Lbl_EnabledHelp3             TEXT    
  2431.         END PART
  2432.         END POLICY
  2433.  
  2434.         POLICY !!Pol_NoConfigCache
  2435.             #if version >= 4
  2436.         SUPPORTED !!SUPPORTED_Win2k
  2437.         #endif
  2438.  
  2439.             EXPLAIN !!Pol_NoConfigCache_Help
  2440.         VALUENAME "NoConfigCache"
  2441.  
  2442.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  2443.             END PART
  2444.     END POLICY
  2445.  
  2446.     POLICY !!Pol_SyncAtLogon
  2447.             #if version >= 4
  2448.         SUPPORTED !!SUPPORTED_Win2k
  2449.         #endif
  2450.  
  2451.             EXPLAIN !!Pol_SyncAtLogon_Help
  2452.             VALUENAME "SyncAtLogon"
  2453.         VALUEON  NUMERIC 1
  2454.         VALUEOFF NUMERIC 0
  2455.  
  2456.     END POLICY
  2457.  
  2458.  
  2459.         POLICY !!Pol_SyncAtLogoff
  2460.             #if version >= 4
  2461.         SUPPORTED !!SUPPORTED_Win2k
  2462.         #endif
  2463.  
  2464.             EXPLAIN !!Pol_SyncAtLogoff_Help
  2465.             VALUENAME "SyncAtLogoff"
  2466.         VALUEON  NUMERIC 1
  2467.         VALUEOFF NUMERIC 0
  2468.  
  2469.     END POLICY
  2470.  
  2471.     POLICY !!Pol_SyncAtSuspend
  2472.              
  2473.         #if version >= 4
  2474.             SUPPORTED !!SUPPORTED_Win2k
  2475.             #endif
  2476.  
  2477.             EXPLAIN !!Pol_SyncAtSuspend_Help
  2478.     
  2479.             PART !!Lbl_SyncAtSuspendHelp1     TEXT   
  2480.         END PART
  2481.             PART !!Blank                        TEXT    
  2482.         END PART
  2483.  
  2484.             PART !!Lbl_SyncAtSuspendCombo     DROPDOWNLIST REQUIRED
  2485.         VALUENAME "SyncAtSuspend"
  2486.             ITEMLIST
  2487.             NAME !!Lbl_QuickSync            VALUE NUMERIC 0 DEFAULT
  2488.             NAME !!Lbl_FullSync             VALUE NUMERIC 1
  2489.             END ITEMLIST
  2490.             END PART
  2491.         END POLICY
  2492.  
  2493.  
  2494.         POLICY !!Pol_DefCacheSize
  2495.         #if version >= 4
  2496.         SUPPORTED !!SUPPORTED_Win2k
  2497.         #endif
  2498.  
  2499.         EXPLAIN !!Pol_DefCacheSize_Help
  2500.  
  2501.             PART !!Lbl_DefCacheSizeHelp1  TEXT    
  2502.         END PART
  2503.             PART !!Lbl_DefCacheSizeHelp2  TEXT    
  2504.         END PART
  2505.             PART !!Blank                  TEXT    
  2506.         END PART
  2507.  
  2508.         PART !!Lbl_DefCacheSizeSpin         NUMERIC DEFAULT 1000 MIN 0 MAX 10000 SPIN 100
  2509.             VALUENAME "DefCacheSize"
  2510.         END PART
  2511.         END POLICY
  2512.  
  2513.         POLICY !!Pol_GoOfflineAction
  2514.              
  2515.         #if version >= 4
  2516.             SUPPORTED !!SUPPORTED_Win2k
  2517.             #endif
  2518.  
  2519.             EXPLAIN !!Pol_GoOfflineAction_Help
  2520.     
  2521.             PART !!Lbl_GoOfflineActionHelp1     TEXT   
  2522.         END PART
  2523.             PART !!Lbl_GoOfflineActionHelp2     TEXT    
  2524.         END PART
  2525.             PART !!Blank                        TEXT    
  2526.         END PART
  2527.  
  2528.             PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  2529.         VALUENAME "GoOfflineAction"
  2530.             ITEMLIST
  2531.             NAME !!Lbl_WorkOffline             VALUE NUMERIC 0 DEFAULT
  2532.             NAME !!Lbl_Fail                    VALUE NUMERIC 1
  2533.             END ITEMLIST
  2534.             END PART
  2535.  
  2536.             PART !!Blank                        TEXT    
  2537.         END PART
  2538.             PART !!Lbl_GoOfflineActionHelp3     TEXT    
  2539.         END PART
  2540.             PART !!Lbl_GoOfflineActionHelp4     TEXT    
  2541.         END PART
  2542.         END POLICY
  2543.  
  2544.         POLICY !!Pol_CustomGoOfflineActions
  2545.             #if version >= 4
  2546.         SUPPORTED !!SUPPORTED_Win2k
  2547.         #endif
  2548.  
  2549.         EXPLAIN !!Pol_CustomGoOfflineActions_Help
  2550.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  2551.  
  2552.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  2553.         END PART
  2554.             PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  2555.         END PART
  2556.             PART !!Blank                            TEXT   
  2557.         END PART
  2558.  
  2559.             PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  2560.         END PART
  2561.  
  2562.             PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  2563.         END PART
  2564.             PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  2565.         END PART
  2566.             PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  2567.         END PART
  2568.         END POLICY
  2569.  
  2570.  
  2571.         POLICY !!Pol_NoMakeAvailableOffline
  2572.             #if version >= 4
  2573.         SUPPORTED !!SUPPORTED_Win2k
  2574.         #endif
  2575.  
  2576.             EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  2577.         VALUENAME "NoMakeAvailableOffline"
  2578.  
  2579.         END POLICY
  2580.  
  2581.  
  2582.         POLICY !!Pol_NoCacheViewer
  2583.             #if version >= 4
  2584.         SUPPORTED !!SUPPORTED_Win2k
  2585.         #endif
  2586.  
  2587.             EXPLAIN !!Pol_NoCacheViewer_Help
  2588.         VALUENAME "NoCacheViewer"
  2589.  
  2590.     END POLICY
  2591.  
  2592.         POLICY !!Pol_ExtExclusionList
  2593.             #if version >= 4
  2594.         SUPPORTED !!SUPPORTED_Win2k
  2595.         #endif
  2596.  
  2597.             EXPLAIN !!Pol_ExtExclusionList_Help
  2598.  
  2599.         PART !!Lbl_ExtExclusionListHelp1    TEXT    
  2600.         END PART
  2601.         PART !!Lbl_ExtExclusionListHelp2    TEXT    
  2602.             END PART
  2603.             PART !!Lbl_ExtExclusionListHelp3    TEXT    
  2604.         END PART
  2605.             PART !!Blank                        TEXT    
  2606.         END PART
  2607.  
  2608.             PART !!Lbl_ExtExclusionListEdit     EDITTEXT
  2609.         VALUENAME "ExcludeExtensions"
  2610.         END PART
  2611.     END POLICY
  2612.  
  2613.     POLICY !!Pol_AssignedOfflineFiles
  2614.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  2615.             #if version >= 4
  2616.         SUPPORTED !!SUPPORTED_Win2k
  2617.         #endif
  2618.  
  2619.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  2620.  
  2621.         PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  2622.             END PART
  2623.             PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  2624.             END PART
  2625.             PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  2626.             END PART
  2627.  
  2628.             PART !!Blank                            TEXT    
  2629.             END PART
  2630.         
  2631.         PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  2632.         END PART
  2633.         END POLICY
  2634.  
  2635.       POLICY !!Pol_NoReminders
  2636.             #if version >= 4
  2637.         SUPPORTED !!SUPPORTED_Win2k
  2638.         #endif
  2639.  
  2640.             EXPLAIN !!Pol_NoReminders_Help
  2641.         VALUENAME "NoReminders"
  2642.         VALUEON  NUMERIC 1
  2643.         VALUEOFF NUMERIC 0
  2644.  
  2645.     END POLICY
  2646.  
  2647.         POLICY !!Pol_ReminderFreq
  2648.             #if version >= 4
  2649.         SUPPORTED !!SUPPORTED_Win2k
  2650.         #endif
  2651.  
  2652.             EXPLAIN !!Pol_ReminderFreq_Help
  2653.  
  2654.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  2655.             END PART
  2656.             PART !!Blank                  TEXT    
  2657.         END PART
  2658.  
  2659.             PART !!Lbl_ReminderFreqSpin   NUMERIC DEFAULT 60 
  2660.         MIN 0 MAX 1440 SPIN 10
  2661.             VALUENAME "ReminderFreqMinutes"
  2662.         END PART
  2663.         END POLICY
  2664.  
  2665.         POLICY !!Pol_ReminderInitTimeout
  2666.             #if version >= 4
  2667.         SUPPORTED !!SUPPORTED_Win2k
  2668.         #endif
  2669.  
  2670.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  2671.  
  2672.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  2673.             END PART
  2674.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  2675.         END PART
  2676.             PART !!Blank                         TEXT    
  2677.         END PART
  2678.  
  2679.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30 
  2680.         MIN 10 MAX 60 SPIN 1
  2681.             VALUENAME "InitialBalloonTimeoutSeconds"
  2682.         END PART
  2683.         END POLICY
  2684.  
  2685.     POLICY !!Pol_ReminderTimeout
  2686.             #if version >= 4
  2687.         SUPPORTED !!SUPPORTED_Win2k
  2688.         #endif
  2689.  
  2690.             EXPLAIN !!Pol_ReminderTimeout_Help
  2691.  
  2692.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  2693.         END PART
  2694.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  2695.         END PART
  2696.             PART !!Blank                     TEXT    
  2697.         END PART
  2698.  
  2699.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  2700.         MIN 10 MAX 60 SPIN 1
  2701.             VALUENAME "ReminderBalloonTimeoutSeconds"
  2702.         END PART
  2703.     END POLICY
  2704.  
  2705.         POLICY !!Pol_PurgeAtLogoff
  2706.             #if version >= 4
  2707.         SUPPORTED !!SUPPORTED_Win2k
  2708.         #endif
  2709.  
  2710.             EXPLAIN !!Pol_PurgeAtLogoff_Help
  2711.         VALUENAME "PurgeAtLogoff"
  2712.  
  2713.         PART !!Lbl_PurgeAtLogoffHelp1        TEXT    
  2714.         END PART
  2715.             PART !!Lbl_PurgeAtLogoffHelp2        TEXT    
  2716.             END PART
  2717.  
  2718.  
  2719.         PART !!Blank                     TEXT    
  2720.         END PART
  2721.           
  2722.         PART !!Lbl_PurgeOnlyAutoCachedFiles       CHECKBOX 
  2723.               VALUENAME "PurgeOnlyAutoCacheAtLogoff"
  2724.               VALUEON NUMERIC 1
  2725.               VALUEOFF NUMERIC 0
  2726.             END PART
  2727.  
  2728.     END POLICY
  2729.  
  2730.       POLICY !!Pol_EventLoggingLevel
  2731.             #if version >= 4
  2732.         SUPPORTED !!SUPPORTED_Win2k
  2733.         #endif
  2734.  
  2735.             EXPLAIN !!Pol_EventLoggingLevel_Help
  2736.  
  2737.             PART !!Blank                         TEXT    
  2738.         END PART
  2739.  
  2740.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT 0 
  2741.          MIN 0 MAX 3 SPIN 1
  2742.              VALUENAME "EventLoggingLevel"
  2743.         END PART
  2744.  
  2745.         PART !!Blank                         TEXT
  2746.             END PART
  2747.         PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  2748.         END PART
  2749.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  2750.         END PART
  2751.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  2752.         END PART
  2753.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  2754.         END PART
  2755.         END POLICY
  2756.  
  2757.     POLICY !!Pol_AlwaysPinSubFolders
  2758.              #if version >= 4
  2759.         SUPPORTED !!SUPPORTED_Win2k
  2760.         #endif
  2761.  
  2762.             EXPLAIN !!Pol_AlwaysPinSubFolders_Help
  2763.             VALUENAME "AlwaysPinSubFolders"
  2764.  
  2765.             PART !!Lbl_AlwaysPinSubFoldersHelp1 TEXT    
  2766.         END PART
  2767.             PART !!Lbl_AlwaysPinSubFoldersHelp2 TEXT
  2768.         END PART
  2769.  
  2770.         END POLICY
  2771.  
  2772.     POLICY !!Pol_EncryptOfflineFiles
  2773.            #if version >= 4
  2774.          SUPPORTED !!SUPPORTED_WindowsXP
  2775.         #endif
  2776.  
  2777.             VALUENAME "EncryptCache"
  2778.             EXPLAIN !!Pol_EncryptOfflineFiles_Help
  2779.             VALUEON  NUMERIC 1
  2780.             VALUEOFF NUMERIC 0
  2781.         END POLICY
  2782.  
  2783.     POLICY !!Pol_NoPinFiles
  2784.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\NoMakeAvailableOfflineList"
  2785.         #if version >= 4
  2786.             SUPPORTED !!SUPPORTED_WindowsXP
  2787.         #endif
  2788.     
  2789.         EXPLAIN !!Pol_NoPinFiles_Help
  2790.  
  2791.         PART !!Lbl_NoPinFilesHelp1    TEXT    
  2792.             END PART
  2793.  
  2794.             PART !!Blank                  TEXT    
  2795.             END PART
  2796.         
  2797.         PART !!Lbl_NoPinFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  2798.         END PART
  2799.         
  2800.     END POLICY
  2801.  
  2802.  
  2803.     POLICY !!Pol_SlowLinkSpeed
  2804.  
  2805.         #if version >= 4
  2806.             SUPPORTED !!SUPPORTED_WindowsXP
  2807.         #endif
  2808.  
  2809.         EXPLAIN !!Pol_SlowLinkSpeed_Help
  2810.  
  2811.         PART !!Lbl_SlowLinkSpeed_Help1  TEXT
  2812.         END PART
  2813.  
  2814.             PART !!Lbl_SlowLinkSpeedSpin   NUMERIC DEFAULT 640
  2815.             MIN 0 MAX 100000000 SPIN 10
  2816.                 VALUENAME "SlowLinkSpeed"
  2817.         END PART
  2818.     END POLICY
  2819.  
  2820.     
  2821.     END CATEGORY   ; Cat_OfflineFiles
  2822.  
  2823.     CATEGORY !!NetworkConnections
  2824.     #if version >= 4
  2825.     EXPLAIN !!NetworkConnections_Comp_Help
  2826.     #endif
  2827.  
  2828.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  2829.  
  2830.  
  2831.         POLICY !!NC_ShowSharedAccessUI
  2832.         #if version >= 4
  2833.         SUPPORTED !!SUPPORTED_Win2kSP1
  2834.         #endif
  2835.   
  2836.  
  2837.                EXPLAIN !!NC_ShowSharedAccessUI_Help
  2838.             VALUENAME "NC_ShowSharedAccessUI"
  2839.             VALUEON      NUMERIC 0 
  2840.         VALUEOFF    NUMERIC 1
  2841.         END POLICY          
  2842.  
  2843.         POLICY !!NC_PersonalFirewallConfig
  2844.         #if version >= 4
  2845.         SUPPORTED !!SUPPORTED_WindowsXP
  2846.         #endif
  2847.  
  2848.             EXPLAIN !!NC_PersonalFirewallConfig_Help
  2849.             VALUENAME "NC_PersonalFirewallConfig"
  2850.             VALUEON      NUMERIC 0 
  2851.         VALUEOFF    NUMERIC 1
  2852.         END POLICY
  2853.  
  2854.         POLICY !!NC_AllowNetBridge_NLA
  2855.         #if version >= 4
  2856.         SUPPORTED !!SUPPORTED_WindowsXP
  2857.         #endif
  2858.  
  2859.             EXPLAIN !!NC_AllowNetBridge_NLA_Help
  2860.             VALUENAME "NC_AllowNetBridge_NLA"
  2861.             VALUEON      NUMERIC 0 
  2862.         VALUEOFF    NUMERIC 1
  2863.         END POLICY
  2864.  
  2865.     POLICY !!NC_8021XCAName
  2866.  
  2867.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections\8021X"
  2868.  
  2869.             #if version >= 4
  2870.             SUPPORTED !!SUPPORTED_WindowsXP
  2871.             #endif
  2872.   
  2873.             EXPLAIN !!NC_8021XCAName_Help
  2874.                    
  2875.                     PART !!NC_8021xCertAuth EDITTEXT
  2876.                 VALUENAME "8021XCARootHash"
  2877.             END PART
  2878.         END POLICY          
  2879.  
  2880.  
  2881.     END CATEGORY  ;NetworkConnections
  2882.  
  2883.     CATEGORY !!QosPsched
  2884.     #if version >= 4
  2885.     EXPLAIN !!QosPsched_Help
  2886.     #endif
  2887.  
  2888.         KEYNAME "Software\Policies\Microsoft\Windows\Psched"
  2889.  
  2890.         POLICY !!QosNonBestEffortLimit
  2891.             #if version >= 4
  2892.             SUPPORTED !!SUPPORTED_WindowsXP
  2893.         #endif
  2894.  
  2895.             EXPLAIN !!QosNonBestEffortLimit_Help
  2896.         PART !!QosNonBestEffortLimit_Box    NUMERIC REQUIRED
  2897.         VALUENAME "NonBestEffortLimit"
  2898.         CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2899.             MIN 0 MAX 100 DEFAULT 20  SPIN 10
  2900.         END PART
  2901.         END POLICY
  2902.  
  2903.         POLICY !!QosMaxOutstandingSends
  2904.          #if version >= 4
  2905.           SUPPORTED !!SUPPORTED_WindowsXP
  2906.         #endif
  2907.  
  2908.             EXPLAIN !!QosMaxOutstandingSends_Help
  2909.         PART !!QosMaxOutstandingSends_Box    NUMERIC REQUIRED
  2910.         VALUENAME "MaxOutstandingSends"
  2911.         CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2912.             MIN 0 MAX 4000000000 DEFAULT 65535
  2913.         END PART
  2914.         END POLICY
  2915.  
  2916.         POLICY !!QosTimerResolution
  2917.             #if version >= 4
  2918.           SUPPORTED !!SUPPORTED_WindowsXP
  2919.         #endif
  2920.  
  2921.             EXPLAIN !!QosTimerResolution_Help
  2922.         PART !!QosTimerResolution_Box    NUMERIC REQUIRED
  2923.         VALUENAME "TimerResolution"
  2924.         CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2925.             MIN 0 MAX 4000000000 DEFAULT 10
  2926.         END PART
  2927.         END POLICY
  2928.  
  2929.     CATEGORY !!QosDiffservByteMappingConforming
  2930.     #if version >= 4
  2931.         EXPLAIN !!QoSDSCP_Comforming_Help
  2932.     #endif
  2933.  
  2934.             KEYNAME "Software\Policies\Microsoft\Windows\Psched\DiffservByteMappingConforming"
  2935.  
  2936.             POLICY !!QosServiceTypeBestEffort_C
  2937.             #if version >= 4
  2938.             SUPPORTED !!SUPPORTED_WindowsXP
  2939.             #endif
  2940.  
  2941.                 EXPLAIN !!QosDBMC_BestEffort_Help
  2942.  
  2943.                 PART !!QosDBMC_Tip        TEXT    
  2944.                END PART
  2945.                 
  2946.             PART !!QosServiceTypeBestEffort    TEXT    
  2947.               END PART
  2948.         
  2949.             PART !!Blank            TEXT    
  2950.               END PART
  2951.             
  2952.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2953.             VALUENAME "ServiceTypeBestEffort"
  2954.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2955.                 MIN 0 MAX 63 DEFAULT 0
  2956.               END PART
  2957.         END POLICY
  2958.  
  2959.         POLICY !!QosServiceTypeControlledLoad_C
  2960.               #if version >= 4
  2961.             SUPPORTED !!SUPPORTED_WindowsXP
  2962.             #endif
  2963.  
  2964.                 EXPLAIN !!QosDBMC_ControlledLoad_Help
  2965.  
  2966.                 PART !!QosDBMC_Tip        TEXT    
  2967.                  END PART
  2968.                 PART !!QosServiceTypeControlledLoad    TEXT    
  2969.             END PART
  2970.         PART !!Blank            TEXT    
  2971.         END PART
  2972.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2973.             VALUENAME "ServiceTypeControlledLoad"
  2974.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2975.                 MIN 0 MAX 63 DEFAULT 24
  2976.             END PART
  2977.         END POLICY
  2978.  
  2979.         POLICY !!QosServiceTypeGuaranteed_C
  2980.               #if version >= 4
  2981.             SUPPORTED !!SUPPORTED_WindowsXP
  2982.             #endif
  2983.  
  2984.                 EXPLAIN !!QosDBMC_Guaranteed_Help
  2985.                 PART !!QosDBMC_Tip        TEXT    
  2986.             END PART
  2987.                 PART !!QosServiceTypeGuaranteed    TEXT    
  2988.             END PART
  2989.         PART !!Blank            TEXT    
  2990.         END PART
  2991.             PART !!QosDSCPValue    NUMERIC REQUIRED
  2992.             VALUENAME "ServiceTypeGuaranteed"
  2993.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  2994.                 MIN 0 MAX 63 DEFAULT 40
  2995.             END PART
  2996.         END POLICY
  2997.  
  2998.         POLICY !!QosServiceTypeNetworkControl_C
  2999.               #if version >= 4
  3000.             SUPPORTED !!SUPPORTED_WindowsXP
  3001.             #endif
  3002.  
  3003.                 EXPLAIN !!QosDBMC_NetworkControl_Help
  3004.                 PART !!QosDBMC_Tip        TEXT    
  3005.             END PART
  3006.                 PART !!QosServiceTypeNetworkControl    TEXT    
  3007.             END PART
  3008.         PART !!Blank            TEXT    
  3009.         END PART
  3010.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3011.             VALUENAME "ServiceTypeNetworkControl"
  3012.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3013.                 MIN 0 MAX 63 DEFAULT 48
  3014.             END PART
  3015.         END POLICY
  3016.  
  3017.         POLICY !!QosServiceTypeQualitative_C
  3018.               #if version >= 4
  3019.             SUPPORTED !!SUPPORTED_WindowsXP
  3020.             #endif
  3021.  
  3022.                 EXPLAIN !!QosDBMC_Qualitative_Help
  3023.                 PART !!QosDBMC_Tip        TEXT    
  3024.             END PART
  3025.                 PART !!QosServiceTypeQualitative    TEXT    
  3026.             END PART
  3027.         PART !!Blank            TEXT    
  3028.         END PART
  3029.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3030.             VALUENAME "ServiceTypeQualitative"
  3031.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3032.             MIN 0 MAX 63 DEFAULT 0
  3033.             END PART
  3034.         END POLICY
  3035.  
  3036.  
  3037.     END CATEGORY ;QosDiffservByteMappingConforming
  3038.  
  3039.     CATEGORY !!QosDiffservByteMappingNonConforming
  3040.     #if version >= 4
  3041.         EXPLAIN !!QoSDSCP_NonComforming_Help
  3042.     #endif
  3043.  
  3044.  
  3045.             KEYNAME "Software\Policies\Microsoft\Windows\Psched\DiffservByteMappingNonConforming"
  3046.  
  3047.             POLICY !!QosServiceTypeBestEffort_NC
  3048.               #if version >= 4
  3049.             SUPPORTED !!SUPPORTED_WindowsXP
  3050.             #endif
  3051.  
  3052.                 EXPLAIN !!QosDBMNC_BestEffort_Help
  3053.                 PART !!QosDBMNC_Tip        TEXT    
  3054.             END PART
  3055.                 PART !!QosServiceTypeBestEffort    TEXT    
  3056.             END PART
  3057.         PART !!Blank            TEXT
  3058.         END PART
  3059.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3060.             VALUENAME "ServiceTypeBestEffort"
  3061.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3062.                 MIN 0 MAX 63 DEFAULT 0
  3063.             END PART
  3064.         END POLICY
  3065.  
  3066.         POLICY !!QosServiceTypeControlledLoad_NC
  3067.                 #if version >= 4
  3068.             SUPPORTED !!SUPPORTED_WindowsXP
  3069.             #endif
  3070.  
  3071.                 EXPLAIN !!QosDBMNC_ControlledLoad_Help
  3072.                 PART !!QosDBMNC_Tip        TEXT    
  3073.             END PART
  3074.                 PART !!QosServiceTypeControlledLoad    TEXT    
  3075.             END PART
  3076.         PART !!Blank            TEXT
  3077.         END PART
  3078.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3079.             VALUENAME "ServiceTypeControlledLoad"
  3080.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3081.                 MIN 0 MAX 63 DEFAULT 0
  3082.             END PART
  3083.         END POLICY
  3084.  
  3085.         POLICY !!QosServiceTypeGuaranteed_NC
  3086.                 #if version >= 4
  3087.             SUPPORTED !!SUPPORTED_WindowsXP
  3088.             #endif
  3089.  
  3090.                 EXPLAIN !!QosDBMNC_Guaranteed_Help
  3091.                 PART !!QosDBMNC_Tip        TEXT    
  3092.             END PART
  3093.                 PART !!QosServiceTypeGuaranteed    TEXT    
  3094.             END PART
  3095.         PART !!Blank            TEXT
  3096.         END PART
  3097.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3098.             VALUENAME "ServiceTypeGuaranteed"
  3099.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3100.                 MIN 0 MAX 63 DEFAULT 0
  3101.             END PART
  3102.         END POLICY
  3103.  
  3104.         POLICY !!QosServiceTypeNetworkControl_NC
  3105.               #if version >= 4
  3106.             SUPPORTED !!SUPPORTED_WindowsXP
  3107.             #endif
  3108.  
  3109.                 EXPLAIN !!QosDBMNC_NetworkControl_Help
  3110.                 PART !!QosDBMNC_Tip        TEXT    
  3111.             END PART
  3112.                 PART !!QosServiceTypeNetworkControl    TEXT    
  3113.             END PART
  3114.         PART !!Blank            TEXT
  3115.         END PART
  3116.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3117.             VALUENAME "ServiceTypeNetworkControl"
  3118.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3119.                 MIN 0 MAX 63 DEFAULT 0
  3120.             END PART
  3121.         END POLICY
  3122.  
  3123.         POLICY !!QosServiceTypeQualitative_NC
  3124.               #if version >= 4
  3125.             SUPPORTED !!SUPPORTED_WindowsXP
  3126.             #endif
  3127.  
  3128.                 EXPLAIN !!QosDBMNC_Qualitative_Help
  3129.                 PART !!QosDBMNC_Tip        TEXT    
  3130.             END PART
  3131.                 PART !!QosServiceTypeQualitative    TEXT    
  3132.             END PART
  3133.         PART !!Blank            TEXT
  3134.         END PART
  3135.             PART !!QosDSCPValue    NUMERIC REQUIRED
  3136.             VALUENAME "ServiceTypeQualitative"
  3137.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3138.                 MIN 0 MAX 63 DEFAULT 0
  3139.             END PART
  3140.         END POLICY
  3141.  
  3142.  
  3143.     END CATEGORY ;QosDiffservByteMappingNonConforming
  3144.  
  3145.     CATEGORY !!QosUserPriorityMapping
  3146.     #if version >= 4
  3147.         EXPLAIN !!QosLayer2Priority_Help
  3148.     #endif
  3149.  
  3150.  
  3151.             KEYNAME "Software\Policies\Microsoft\Windows\Psched\UserPriorityMapping"
  3152.  
  3153.             POLICY !!QosServiceTypeNonConforming
  3154.                 #if version >= 4
  3155.             SUPPORTED !!SUPPORTED_WindowsXP
  3156.             #endif
  3157.  
  3158.                 EXPLAIN !!QosUPM_NonConforming_Help
  3159.                 PART !!QosUPM_TipNC        TEXT    
  3160.             END PART
  3161.         PART !!Blank            TEXT
  3162.         END PART
  3163.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3164.             VALUENAME "ServiceTypeNonConforming"
  3165.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3166.                 MIN 0 MAX 7 DEFAULT 1
  3167.             END PART
  3168.         END POLICY
  3169.  
  3170.             POLICY !!QosServiceTypeBestEffort_PV
  3171.             #if version >= 4
  3172.             SUPPORTED !!SUPPORTED_WindowsXP
  3173.             #endif
  3174.  
  3175.                 EXPLAIN !!QosUPM_BestEffort_Help
  3176.                 PART !!QosUPM_Tip        TEXT    
  3177.             END PART
  3178.                 PART !!QosServiceTypeBestEffort    TEXT    
  3179.             END PART
  3180.         PART !!Blank            TEXT
  3181.         END PART
  3182.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3183.             VALUENAME "ServiceTypeBestEffort"
  3184.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3185.                 MIN 0 MAX 7 DEFAULT 0
  3186.             END PART
  3187.         END POLICY
  3188.  
  3189.         POLICY !!QosServiceTypeControlledLoad_PV
  3190.             #if version >= 4
  3191.             SUPPORTED !!SUPPORTED_WindowsXP
  3192.             #endif
  3193.  
  3194.                 EXPLAIN !!QosUPM_ControlledLoad_Help
  3195.                 PART !!QosUPM_Tip        TEXT    
  3196.             END PART
  3197.                 PART !!QosServiceTypeControlledLoad    TEXT    
  3198.             END PART
  3199.         PART !!Blank            TEXT
  3200.         END PART
  3201.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3202.             VALUENAME "ServiceTypeControlledLoad"
  3203.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3204.                 MIN 0 MAX 7 DEFAULT 4
  3205.             END PART
  3206.         END POLICY
  3207.  
  3208.         POLICY !!QosServiceTypeGuaranteed_PV
  3209.             #if version >= 4
  3210.             SUPPORTED !!SUPPORTED_WindowsXP
  3211.             #endif
  3212.  
  3213.                 EXPLAIN !!QosUPM_Guaranteed_Help
  3214.                 PART !!QosUPM_Tip        TEXT    
  3215.             END PART
  3216.                 PART !!QosServiceTypeGuaranteed    TEXT    
  3217.             END PART
  3218.         PART !!Blank            TEXT
  3219.         END PART
  3220.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3221.             VALUENAME "ServiceTypeGuaranteed"
  3222.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3223.                 MIN 0 MAX 7 DEFAULT 5
  3224.             END PART
  3225.         END POLICY
  3226.  
  3227.         POLICY !!QosServiceTypeNetworkControl_PV
  3228.                  #if version >= 4
  3229.             SUPPORTED !!SUPPORTED_WindowsXP
  3230.             #endif
  3231.  
  3232.                 EXPLAIN !!QosUPM_NetworkControl_Help
  3233.                 PART !!QosUPM_Tip        TEXT    
  3234.             END PART
  3235.                 PART !!QosServiceTypeNetworkControl    TEXT    
  3236.             END PART
  3237.         PART !!Blank            TEXT
  3238.         END PART
  3239.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3240.             VALUENAME "ServiceTypeNetworkControl"
  3241.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3242.                 MIN 0 MAX 7 DEFAULT 7
  3243.             END PART
  3244.         END POLICY
  3245.  
  3246.         POLICY !!QosServiceTypeQualitative_PV
  3247.                  #if version >= 4
  3248.             SUPPORTED !!SUPPORTED_WindowsXP
  3249.             #endif
  3250.  
  3251.                 EXPLAIN !!QosUPM_Qualitative_Help
  3252.                 PART !!QosUPM_Tip        TEXT    
  3253.             END PART
  3254.                 PART !!QosServiceTypeQualitative    TEXT    
  3255.             END PART
  3256.         PART !!Blank            TEXT
  3257.         END PART
  3258.             PART !!QosPriorityValue    NUMERIC REQUIRED
  3259.             VALUENAME "ServiceTypeQualitative"
  3260.             CLIENTEXT {426031c0-0b47-4852-b0ca-ac3d37bfcb39}
  3261.                 MIN 0 MAX 7 DEFAULT 0
  3262.             END PART
  3263.         END POLICY
  3264.  
  3265.     END CATEGORY ;QosUserPriorityMapping
  3266.  
  3267.     END CATEGORY ; QosPsched
  3268.  
  3269.  
  3270.  
  3271.  
  3272.     CATEGORY !!SNMP_SNMP
  3273.     #if version >= 4
  3274.         EXPLAIN !!SNMP_Help
  3275.     #endif
  3276.  
  3277.  
  3278.  
  3279.     POLICY !!SNMP_Communities         
  3280.           KEYNAME "Software\Policies\SNMP\Parameters\ValidCommunities"
  3281.         #if version >= 4
  3282.         SUPPORTED !!SUPPORTED_WindowsXP
  3283.         #endif
  3284.  
  3285.         EXPLAIN !!SNMP_ValidCommunities_Help
  3286.         PART !!SNMP_CommunitiesListbox        LISTBOX
  3287.             VALUEPREFIX ""
  3288.         END PART
  3289.     END POLICY
  3290.  
  3291.     POLICY !!SNMP_PermittedManagers
  3292.           KEYNAME "Software\Policies\SNMP\Parameters\PermittedManagers"
  3293.           #if version >= 4
  3294.         SUPPORTED !!SUPPORTED_WindowsXP
  3295.         #endif
  3296.  
  3297.         EXPLAIN !!SNMP_PermittedManagers_Help
  3298.  
  3299.         PART !!SNMP_PermittedManagersListbox    LISTBOX
  3300.         VALUEPREFIX ""
  3301.        END PART
  3302.     END POLICY
  3303.  
  3304.     POLICY !!SNMP_Traps_Public
  3305.              KEYNAME "Software\Policies\SNMP\Parameters\TrapConfiguration\public"
  3306.         #if version >= 4
  3307.         SUPPORTED !!SUPPORTED_WindowsXP
  3308.         #endif
  3309.  
  3310.         EXPLAIN !!SNMP_TrapDestinations_Help
  3311.  
  3312.         PART !!SNMP_Traps_PublicListbox        LISTBOX
  3313.             VALUEPREFIX ""
  3314.         END PART
  3315.     END POLICY
  3316.  
  3317.     END CATEGORY; SNMP
  3318.  
  3319.        POLICY !!BITS_Job_Timeout
  3320.         KEYNAME "Software\Policies\Microsoft\Windows\BITS" 
  3321.         #if version >= 4
  3322.         SUPPORTED !!SUPPORTED_WindowsXP
  3323.         #endif
  3324.          
  3325.         EXPLAIN !!BITS_Job_Timeout_Help
  3326.  
  3327.             PART !!BITS_Job_Timeout_Time   NUMERIC
  3328.                 MIN 1 MAX 999 DEFAULT 90 SPIN 1
  3329.         VALUENAME "JobInactivityTimeout"
  3330.             END PART
  3331.     END POLICY
  3332.  
  3333.     POLICY !!DFSDiscoverDC
  3334.         KEYNAME "Software\Policies\Microsoft\System\DFSClient" 
  3335.         #if version >= 4
  3336.         SUPPORTED !!SUPPORTED_WindowsXP
  3337.         #endif
  3338.          
  3339.         EXPLAIN !!DFSDiscoverDC_Help
  3340.  
  3341.             PART !!DFSDiscoverDialog    NUMERIC
  3342.                 MIN 15 MAX 360 DEFAULT 15 SPIN 1
  3343.         VALUENAME "DfsDcNameDelay"
  3344.             END PART
  3345.      END POLICY
  3346.  
  3347. END CATEGORY  ; Network
  3348.  
  3349. CATEGORY  !!Printers
  3350.     #if version >= 4
  3351.         EXPLAIN !!Printers_Help
  3352.     #endif
  3353.  
  3354.     POLICY !!PublishPrinters
  3355.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3356.     #if version >= 4
  3357.     SUPPORTED !!SUPPORTED_Win2k
  3358.     #endif
  3359.  
  3360.     EXPLAIN !!PublishPrinters_Help
  3361.         VALUENAME "PublishPrinters"
  3362.             VALUEON NUMERIC 1
  3363.             VALUEOFF NUMERIC 0
  3364.  
  3365.     END POLICY
  3366.  
  3367.    POLICY !!ImmortalPrintQueue
  3368.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3369.     #if version >= 4
  3370.     SUPPORTED !!SUPPORTED_Win2k
  3371.     #endif
  3372.  
  3373.     EXPLAIN !!ImmortalPrintQueue_Help
  3374.     VALUENAME "Immortal"
  3375.         VALUEON   NUMERIC 0
  3376.         VALUEOFF  NUMERIC 1
  3377.     
  3378.     END POLICY
  3379.  
  3380.    POLICY !!AutoPublishing
  3381.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  3382.     #if version >= 4
  3383.     SUPPORTED !!SUPPORTED_Win2k
  3384.     #endif
  3385.  
  3386.     EXPLAIN !!AutoPublishing_Help
  3387.     VALUENAME "Auto Publishing"
  3388.         VALUEON NUMERIC 1
  3389.         VALUEOFF NUMERIC 0
  3390.  
  3391.     END POLICY
  3392.  
  3393.  
  3394.   POLICY !!VerifyPublishedState
  3395.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3396.     #if version >= 4
  3397.     SUPPORTED !!SUPPORTED_Win2k
  3398.     #endif
  3399.  
  3400.     EXPLAIN !!VerifyPublishedState_Help
  3401.  
  3402.         PART !!VerifyPublishedState_Tip1         TEXT    
  3403.         END PART
  3404.  
  3405.         PART !!VerifyPublishedStateTitle         DROPDOWNLIST NOSORT
  3406.             VALUENAME "VerifyPublishedState"
  3407.             ITEMLIST
  3408.             NAME !!VerifyPublishedState30Minutes    VALUE NUMERIC  30
  3409.             NAME !!VerifyPublishedState1Hour        VALUE NUMERIC  60
  3410.             NAME !!VerifyPublishedState4Hours       VALUE NUMERIC  240
  3411.             NAME !!VerifyPublishedState8Hours       VALUE NUMERIC  480
  3412.             NAME !!VerifyPublishedState12Hours      VALUE NUMERIC  720
  3413.             NAME !!VerifyPublishedState1Day         VALUE NUMERIC  1440
  3414.             NAME !!VerifyPublishedStateNever        VALUE NUMERIC  4294967295 DEFAULT
  3415.             END ITEMLIST
  3416.         END PART
  3417.     END POLICY
  3418.  
  3419.    POLICY !!PhysicalLocation
  3420.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3421.     #if version >= 4
  3422.     SUPPORTED !!SUPPORTED_Win2k
  3423.     #endif
  3424.  
  3425.     EXPLAIN !!PhysicalLocation_Help
  3426.  
  3427.         PART !!PhysicalLocation_Tip1        TEXT    
  3428.     END PART
  3429.     PART !!PhysicalLocation_Tip2        TEXT    
  3430.     END PART
  3431.  
  3432.     PART !!PhysicalLocation_Name        EDITTEXT
  3433.         VALUENAME "PhysicalLocation"
  3434.                 MAXLEN 259
  3435.         END PART
  3436.     END POLICY
  3437.  
  3438.    POLICY !!CustomizedSupportUrl
  3439.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3440.     #if version >= 4
  3441.     SUPPORTED !!SUPPORTED_Win2k
  3442.     #endif
  3443.  
  3444.     EXPLAIN !!CustomizedSupportUrl_Help
  3445.  
  3446.         PART !!CustomizedSupportUrl_Tip1        TEXT    
  3447.     END PART
  3448.     
  3449.     
  3450.     PART !!CustomizedSupportUrl_Link        EDITTEXT
  3451.             VALUENAME "SupportLink"
  3452.             MAXLEN 255
  3453.     END PART
  3454.     END POLICY
  3455.  
  3456.     POLICY !!PruningInterval
  3457.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3458.     #if version >= 4
  3459.     SUPPORTED !!SUPPORTED_Win2k
  3460.     #endif
  3461.  
  3462.         EXPLAIN !!PruningInterval_Help
  3463.  
  3464.     PART !!PruningInterval_Tip1         TEXT    
  3465.     END PART
  3466.     PART !!PruningInterval_Tip2         TEXT    
  3467.     END PART                
  3468.             
  3469.     PART !!PruningIntervalTitle         DROPDOWNLIST NOSORT
  3470.         VALUENAME "PruningInterval"
  3471.         ITEMLIST
  3472.         NAME !!PruningImmediately     VALUE NUMERIC  0
  3473.         NAME !!Pruning10Minutes       VALUE NUMERIC  10
  3474.         NAME !!Pruning30Minutes       VALUE NUMERIC  30
  3475.         NAME !!Pruning1Hour           VALUE NUMERIC  60
  3476.         NAME !!Pruning4Hours          VALUE NUMERIC  240
  3477.         NAME !!Pruning8Hours          VALUE NUMERIC  480 DEFAULT
  3478.         NAME !!Pruning12Hours         VALUE NUMERIC  720
  3479.         NAME !!Pruning1Day            VALUE NUMERIC  1440 
  3480.         NAME !!Pruning2Days           VALUE NUMERIC  2880
  3481.         NAME !!Pruning3Days           VALUE NUMERIC  4320
  3482.         NAME !!Pruning4Days           VALUE NUMERIC  5760
  3483.         NAME !!Pruning5Days           VALUE NUMERIC  7200
  3484.         NAME !!Pruning6Days           VALUE NUMERIC  8640
  3485.         NAME !!Pruning1Week           VALUE NUMERIC  10080
  3486.         NAME !!Pruning2Weeks          VALUE NUMERIC  20160
  3487.         NAME !!Pruning3Weeks          VALUE NUMERIC  30240
  3488.         NAME !!Pruning4Weeks          VALUE NUMERIC  40320
  3489.         NAME !!Pruning5Weeks          VALUE NUMERIC  50400
  3490.         NAME !!Pruning6Weeks          VALUE NUMERIC  60480
  3491.         NAME !!Pruning7Weeks          VALUE NUMERIC  70560
  3492.         NAME !!PruningNever           VALUE NUMERIC  4294967295
  3493.         END ITEMLIST
  3494.     END PART
  3495.     END POLICY
  3496.  
  3497.     POLICY !!PruningPriority
  3498.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3499.     #if version >= 4
  3500.     SUPPORTED !!SUPPORTED_Win2k
  3501.     #endif
  3502.  
  3503.     EXPLAIN !!PruningPriority_Help
  3504.  
  3505.       PART !!PruningPriority_Tip1        TEXT    
  3506.     END PART
  3507.  
  3508.     PART !!PriorityLevel               DROPDOWNLIST  NOSORT
  3509.             VALUENAME "PruningPriority"
  3510.             ITEMLIST
  3511.         NAME !!ThreadLowest       VALUE NUMERIC  4294967294
  3512.         NAME !!ThreadBelowNormal  VALUE NUMERIC  4294967295
  3513.         NAME !!ThreadNormal       VALUE NUMERIC   0  DEFAULT
  3514.         NAME !!ThreadAboveNormal  VALUE NUMERIC   1
  3515.         NAME !!ThreadHighest      VALUE NUMERIC   2
  3516.         END ITEMLIST
  3517.     END PART
  3518.     END POLICY
  3519.  
  3520.  
  3521.     POLICY !!PruningRetries
  3522.      KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3523.     #if version >= 4
  3524.     SUPPORTED !!SUPPORTED_Win2k
  3525.     #endif
  3526.  
  3527.       EXPLAIN !!PruningRetries_Help
  3528.  
  3529.     PART !!PruningRetriesTitle         DROPDOWNLIST NOSORT
  3530.         VALUENAME "PruningRetries"
  3531.             ITEMLIST
  3532.                 NAME !!PruningRetries0     VALUE NUMERIC  0
  3533.                  NAME !!PruningRetries1     VALUE NUMERIC  1
  3534.                  NAME !!PruningRetries2     VALUE NUMERIC  2 DEFAULT
  3535.                  NAME !!PruningRetries3     VALUE NUMERIC  3
  3536.                  NAME !!PruningRetries4     VALUE NUMERIC  4
  3537.                  NAME !!PruningRetries5     VALUE NUMERIC  5
  3538.                  NAME !!PruningRetries6     VALUE NUMERIC  6
  3539.             END ITEMLIST
  3540.          END PART
  3541.     END POLICY
  3542.  
  3543.     POLICY !!KMPrintersAreBlocked
  3544.         KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3545.       #if version >= 4
  3546.         SUPPORTED !!SUPPORTED_WindowsXP
  3547.       #endif
  3548.  
  3549.     EXPLAIN !!KMPrintersAreBlocked_Help
  3550.         VALUENAME "KMPrintersAreBlocked"
  3551.             VALUEON NUMERIC 1
  3552.             VALUEOFF NUMERIC 0
  3553.     END POLICY
  3554.  
  3555.     POLICY !!PruningRetryLog
  3556.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3557.     #if version >= 4
  3558.     SUPPORTED !!SUPPORTED_WindowsXP
  3559.     #endif
  3560.  
  3561.       EXPLAIN !!PruningRetryLog_Help
  3562.       VALUENAME "PruningRetryLog"
  3563.         VALUEON   NUMERIC 1
  3564.         VALUEOFF  NUMERIC 0
  3565.     
  3566.     END POLICY
  3567.  
  3568.  
  3569.     POLICY !!PhysicalLocationSupport
  3570.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3571.     #if version >= 4
  3572.     SUPPORTED !!SUPPORTED_Win2k
  3573.     #endif
  3574.  
  3575.         EXPLAIN !!PhysicalLocationSupport_Help
  3576.  
  3577.         VALUENAME "PhysicalLocationSupport"
  3578.             VALUEON NUMERIC 1
  3579.             VALUEOFF NUMERIC 0
  3580.     END POLICY
  3581.  
  3582.     POLICY !!PrinterServerThread
  3583.       KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3584.     #if version >= 4
  3585.     SUPPORTED !!SUPPORTED_Win2k
  3586.     #endif
  3587.  
  3588.     EXPLAIN !!PrinterServerThread_Help
  3589.     VALUENAME "ServerThread"
  3590.         VALUEON   NUMERIC 1
  3591.         VALUEOFF  NUMERIC 0
  3592.     
  3593.     END POLICY
  3594.  
  3595.     POLICY !!PruneDownlevel
  3596.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3597.     #if version >= 4
  3598.     SUPPORTED !!SUPPORTED_Win2k
  3599.     #endif
  3600.  
  3601.       EXPLAIN !!PruneDownlevel_Help
  3602.  
  3603.     PART !!PruneDownlevel_Tip1         TEXT    
  3604.         END PART
  3605.             
  3606.         PART !!PruneDownlevelTitle         DROPDOWNLIST NOSORT
  3607.         VALUENAME "PruneDownlevel"
  3608.         ITEMLIST
  3609.             NAME !!PruneDownlevel_Never    VALUE NUMERIC  0 DEFAULT
  3610.         NAME !!PruneDownlevel_Found    VALUE NUMERIC  1
  3611.         NAME !!PruneDownlevel_NotFound VALUE NUMERIC  2
  3612.             END ITEMLIST
  3613.     END PART
  3614.     END POLICY
  3615.  
  3616.     POLICY !!RegisterSpoolerRemoteRpcEndPoint
  3617.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3618.     #if version >= 4
  3619.         SUPPORTED !!SUPPORTED_WindowsNET
  3620.         #endif
  3621.  
  3622.         EXPLAIN !!RegisterSpoolerRemoteRpcEndPoint_Help
  3623.         VALUENAME "RegisterSpoolerRemoteRpcEndPoint"
  3624.         VALUEON NUMERIC 1
  3625.         VALUEOFF NUMERIC 2
  3626.     
  3627.     END POLICY
  3628.  
  3629.  
  3630.     POLICY !!AllowWebPrinting
  3631.     KEYNAME "Software\Policies\Microsoft\Windows NT\Printers"
  3632.     #if version >= 4
  3633.     SUPPORTED !!AllowWebPrinting_SupportedOn
  3634.     #endif
  3635.  
  3636.     EXPLAIN !!AllowWebPrinting_Help
  3637.     VALUENAME "DisableWebPrinting"
  3638.         VALUEON NUMERIC 0
  3639.         VALUEOFF NUMERIC 1
  3640.     END POLICY
  3641.    
  3642. END CATEGORY ; PRINTERS
  3643.  
  3644. CATEGORY !!WindowsComponents
  3645.     #if version >= 4
  3646.     EXPLAIN !!WindowsComponents_Help
  3647.     #endif
  3648.  
  3649.  
  3650.     CATEGORY !!AppCompat
  3651.     #if version >= 4
  3652.     EXPLAIN !!AppCompat_Help
  3653.     #endif
  3654.  
  3655.     POLICY !!AppCompatTurnOffEngine
  3656.           #if version >= 4
  3657.           SUPPORTED !!SUPPORTED_WindowsXPSP1
  3658.         #endif
  3659.                
  3660.         EXPLAIN !!AppCompat_TurnOffEngine_Help
  3661.             KEYNAME "Software\Policies\Microsoft\Windows\AppCompat"
  3662.           VALUENAME "DisableEngine"
  3663.  
  3664.     END POLICY
  3665.  
  3666.     POLICY !!AppCompatTurnOffProgramCompatWizard
  3667.           #if version >= 4
  3668.           SUPPORTED !!SUPPORTED_WindowsXPSP1
  3669.         #endif
  3670.                
  3671.         EXPLAIN !!AppCompat_TurnOffProgramCompatWizard_Help
  3672.             KEYNAME "Software\Policies\Microsoft\Windows\AppCompat"
  3673.           VALUENAME "DisableWizard"
  3674.  
  3675.     END POLICY
  3676.  
  3677.     POLICY !!AppCompatRemoveProgramCompatPropPage
  3678.           #if version >= 4
  3679.           SUPPORTED !!SUPPORTED_WindowsXPSP1
  3680.         #endif
  3681.                
  3682.         EXPLAIN !!AppCompat_RemoveProgramCompatPropPage_Help
  3683.             KEYNAME "Software\Policies\Microsoft\Windows\AppCompat"
  3684.           VALUENAME "DisablePropPage"
  3685.  
  3686.     END POLICY
  3687.  
  3688.     POLICY !!AppCompatTurnOffAppLogEvents
  3689.           #if version >= 4
  3690.           SUPPORTED !!SUPPORTED_WindowsXPSP1
  3691.         #endif
  3692.                
  3693.         EXPLAIN !!AppCompat_TurnOffAppLogEvents_Help
  3694.             KEYNAME "Software\Policies\Microsoft\Windows\AppCompat"
  3695.           VALUENAME "LogAppHelpEvents"
  3696.  
  3697.     END POLICY
  3698.  
  3699.     POLICY !!AppCompatPrevent16BitMach
  3700.         #if version >= 4
  3701.         SUPPORTED !!SUPPORTED_WindowsXPSP1
  3702.         #endif
  3703.  
  3704.     EXPLAIN !!AppCompat_Prevent16BitMach_Help
  3705.     KEYNAME "Software\Policies\Microsoft\Windows\AppCompat"
  3706.         VALUENAME "VDMDisallowed"
  3707.  
  3708.     VALUEON NUMERIC 1
  3709.     VALUEOFF NUMERIC 0
  3710.  
  3711.     END POLICY
  3712.  
  3713.     END CATEGORY ; AppCompat
  3714.  
  3715.     CATEGORY !!IIS
  3716.  
  3717.     POLICY !!PreventIISInstall
  3718.       KEYNAME "Software\Policies\Microsoft\Windows NT\IIS"
  3719.       #if version >= 4
  3720.       SUPPORTED !!SUPPORTED_WindowsNET
  3721.       #endif
  3722.  
  3723.     EXPLAIN !!PreventIISInstall_Help
  3724.       VALUENAME "PreventIISInstall"
  3725.       VALUEON NUMERIC 1
  3726.       VALUEOFF NUMERIC 0
  3727.     END POLICY
  3728.  
  3729.     END CATEGORY ; IIS
  3730.  
  3731.     CATEGORY !!TaskScheduler
  3732.     #if version >= 4
  3733.     EXPLAIN !!TaskScheduler_Help
  3734.     #endif
  3735.  
  3736.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  3737.  
  3738.         POLICY !!PropertyPages
  3739.         #if version >= 4
  3740.         SUPPORTED !!SUPPORTED_Win2k
  3741.         #endif
  3742.  
  3743.            EXPLAIN !!PropertyPagesHelp
  3744.             VALUENAME "Property Pages"
  3745.         END POLICY
  3746.     
  3747.         POLICY !!Execution
  3748.             #if version >= 4
  3749.         SUPPORTED !!SUPPORTED_Win2k
  3750.         #endif
  3751.  
  3752.             EXPLAIN !!ExecutionHelp
  3753.             VALUENAME "Execution"
  3754.         END POLICY
  3755.     
  3756.         POLICY !!DragAndDrop
  3757.         #if version >= 4
  3758.         SUPPORTED !!SUPPORTED_Win2k
  3759.         #endif
  3760.     
  3761.            EXPLAIN !!DragAndDropHelp
  3762.             VALUENAME "DragAndDrop"
  3763.         END POLICY
  3764.     
  3765.         POLICY !!TaskCreation
  3766.         #if version >= 4
  3767.         SUPPORTED !!SUPPORTED_Win2k
  3768.         #endif
  3769.     
  3770.             EXPLAIN !!TaskCreationHelp
  3771.             VALUENAME "Task Creation"
  3772.         END POLICY
  3773.   
  3774.         POLICY !!TaskDeletion
  3775.         #if version >= 4
  3776.         SUPPORTED !!SUPPORTED_Win2k
  3777.         #endif
  3778.  
  3779.             EXPLAIN !!TaskDeletionHelp
  3780.             VALUENAME "Task Deletion"
  3781.         END POLICY
  3782.  
  3783.         POLICY !!DisableAdvanced
  3784.         #if version >= 4
  3785.         SUPPORTED !!SUPPORTED_Win2k
  3786.         #endif
  3787.  
  3788.             EXPLAIN !!DisableAdvancedHelp
  3789.             VALUENAME "Disable Advanced"
  3790.         END POLICY
  3791.  
  3792.         POLICY !!AllowBrowse
  3793.         #if version >= 4
  3794.         SUPPORTED !!SUPPORTED_Win2k
  3795.         #endif
  3796.  
  3797.             EXPLAIN !!AllowBrowseHelp
  3798.             VALUENAME "Allow Browse"
  3799.         END POLICY
  3800.  
  3801.     END CATEGORY ; Task Scheduler
  3802.  
  3803.    CATEGORY !!TS_GP_NODE
  3804.     #if version >= 4
  3805.         EXPLAIN !!TS_Comp_Help    
  3806.     #endif
  3807.  
  3808.     KEYNAME     "SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services"
  3809.  
  3810.  
  3811.     POLICY    !!TS_KEEP_ALIVE
  3812.           #if version >= 4
  3813.              SUPPORTED !!TS_SUPPORTED_WindowsXP
  3814.       #endif
  3815.  
  3816.           EXPLAIN   !!TS_KEEP_ALIVE_EXPLAIN
  3817.  
  3818.       VALUENAME "KeepAliveEnable" 
  3819.         VALUEON  NUMERIC 1
  3820.         VALUEOFF NUMERIC 0 
  3821.  
  3822.         PART !!TS_KEEP_ALIVE_INTERVAL NUMERIC
  3823.            MIN 1 MAX 999999 DEFAULT 1 SPIN 1
  3824.  
  3825.         VALUENAME   "KeepAliveInterval"
  3826.         END PART
  3827.  
  3828.     END POLICY
  3829.     
  3830.     POLICY    !!TS_AUTO_RECONNECT
  3831.     #if version >= 4
  3832.              SUPPORTED !!TS_SUPPORTED_WindowsXP
  3833.     #endif
  3834.  
  3835.           EXPLAIN   !!TS_AUTO_RECONNECT_EXPLAIN
  3836.  
  3837.     VALUENAME "fDisableAutoReconnect"
  3838.     VALUEON  NUMERIC 0
  3839.     VALUEOFF NUMERIC 1
  3840.  
  3841.     END POLICY
  3842.  
  3843.     POLICY !!TS_SINGLE_SESSION
  3844.     #if version >= 4
  3845.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  3846.     #endif
  3847.     EXPLAIN !!TS_SINGLE_SESSION_EXPLAIN
  3848.     VALUENAME   "fSingleSessionPerUser"
  3849.     VALUEON     NUMERIC 1
  3850.     VALUEOFF    NUMERIC 0
  3851.     END POLICY   
  3852.  
  3853.     POLICY !!TS_DISABLE_REMOTE_DESKTOP_WALLPAPER
  3854.         #if version >= 4
  3855.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3856.         #endif
  3857.         EXPLAIN !!TS_DISABLE_REMOTE_DESKTOP_WALLPAPER_EXPLAIN
  3858.  
  3859.         VALUENAME   "fNoRemoteDesktopWallpaper"
  3860.             VALUEON     NUMERIC 1
  3861.             VALUEOFF    NUMERIC 0
  3862.     END POLICY   
  3863.  
  3864.     POLICY    !!TS_FORCIBLE_LOGOFF
  3865.         #if version >= 4
  3866.         SUPPORTED !!SUPPORTED_WindowsNET
  3867.         #endif
  3868.         EXPLAIN   !!TS_FORCIBLE_LOGOFF_EXPLAIN
  3869.  
  3870.         VALUENAME "fDisableForcibleLogoff"
  3871.             VALUEON  NUMERIC 1
  3872.             VALUEOFF NUMERIC 0
  3873.     END POLICY
  3874.  
  3875.     CATEGORY    !!TS_REDIRECTION
  3876.     #if version >= 4
  3877.     EXPLAIN !!TS_REDIRECTION_Help
  3878.     #endif
  3879.  
  3880.        POLICY  !!TS_TIME_ZONE
  3881.             #if version >= 4
  3882.                 SUPPORTED !!TS_SUPPORTED_WindowsXP
  3883.             #endif
  3884.             EXPLAIN   !!TS_TIME_ZONE_EXPLAIN
  3885.     
  3886.             VALUENAME "fEnableTimeZoneRedirection"
  3887.             VALUEON     NUMERIC 1
  3888.             VALUEOFF    NUMERIC 0
  3889.             END POLICY
  3890.  
  3891.             POLICY    !!TS_CLIENT_CLIPBOARD
  3892.             #if version >= 4
  3893.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3894.             #endif
  3895.             EXPLAIN !!TS_CLIPBOARDMAP_EXPLAIN 
  3896.             VALUENAME "fDisableClip" 
  3897.             VALUEON  NUMERIC 1
  3898.             VALUEOFF NUMERIC 0
  3899.             END POLICY
  3900.         
  3901.         POLICY  !!TS_SMART_CARD
  3902.             #if version >= 4
  3903.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3904.             #endif
  3905.             EXPLAIN !!TS_SMART_CARD_EXPLAIN
  3906.             VALUENAME "fEnableSmartCard"
  3907.                  VALUEON  NUMERIC 0
  3908.                  VALUEOFF NUMERIC 1
  3909.             END POLICY
  3910.  
  3911.  
  3912.             POLICY      !!TS_CLIENT_AUDIO
  3913.             #if version >= 4
  3914.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3915.             #endif
  3916.             EXPLAIN !!TS_AUDIOMAP_EXPLAIN 
  3917.             VALUENAME "fDisableCam" 
  3918.             VALUEON  NUMERIC 0
  3919.             VALUEOFF NUMERIC 1
  3920.             END POLICY
  3921.             POLICY      !!TS_CLIENT_COM
  3922.             #if version >= 4
  3923.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3924.             #endif
  3925.             EXPLAIN !!TS_COMPORTMAP_EXPLAIN 
  3926.             VALUENAME "fDisableCcm" 
  3927.             VALUEON  NUMERIC 1
  3928.             VALUEOFF NUMERIC 0
  3929.             END POLICY
  3930.             POLICY      !!TS_CLIENT_PRINTER
  3931.             #if version >= 4
  3932.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3933.             #endif
  3934.             EXPLAIN !!TS_PRINTERMAP_EXPLAIN 
  3935.             VALUENAME "fDisableCpm" 
  3936.             VALUEON  NUMERIC 1
  3937.             VALUEOFF NUMERIC 0
  3938.             END POLICY
  3939.             POLICY      !!TS_CLIENT_LPT
  3940.             #if version >= 4
  3941.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3942.             #endif
  3943.             EXPLAIN !!TS_LPTPORTMAP_EXPLAIN 
  3944.             VALUENAME "fDisableLPT" 
  3945.             VALUEON  NUMERIC 1
  3946.             VALUEOFF NUMERIC 0
  3947.             END POLICY
  3948.             
  3949.             POLICY    !!TS_CLIENT_DRIVE_M
  3950.             #if version >= 4
  3951.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3952.             #endif
  3953.             EXPLAIN   !!TS_CLIENT_DRIVE_EXPLAIN_M
  3954.             VALUENAME "fDisableCdm" 
  3955.             VALUEON  NUMERIC 1
  3956.             VALUEOFF NUMERIC 0
  3957.             END POLICY
  3958.             
  3959.             POLICY      !!TS_CLIENT_DEFAULT_M
  3960.             #if version >= 4
  3961.             SUPPORTED !!TS_SUPPORTED_WindowsXP
  3962.             #endif
  3963.             EXPLAIN   !!TS_CLIENT_DEFAULT_EXPLAIN_M
  3964.             VALUENAME "fForceClientLptDef" 
  3965.             VALUEON  NUMERIC 0
  3966.             VALUEOFF NUMERIC 1
  3967.             END POLICY
  3968.             
  3969.     END CATEGORY
  3970.  
  3971.     CATEGORY !!TS_EP
  3972.     #if version >= 4
  3973.     EXPLAIN !!TS_EP_Help
  3974.     #endif
  3975.  
  3976.  
  3977.         POLICY      !!TS_PASSWORD
  3978.         #if version >= 4
  3979.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3980.         #endif
  3981.         EXPLAIN !!TS_PROMPT_PASSWORD_EXPLAIN 
  3982.         VALUENAME   "fPromptForPassword"
  3983.         VALUEON     NUMERIC 1
  3984.         VALUEOFF    NUMERIC 0
  3985.         END POLICY
  3986.         
  3987.         POLICY    !!TS_ENCRYPTION_POLICY
  3988.         #if version >= 4
  3989.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  3990.         #endif
  3991.         EXPLAIN !!TS_ENCRYPTION_EXPLAIN
  3992.         PART    !!TS_ENCRYPTION_LEVEL DROPDOWNLIST
  3993.         VALUENAME "MinEncryptionLevel"
  3994.         ITEMLIST
  3995.         NAME !!TS_Low_Level           VALUE NUMERIC 1
  3996.         NAME !!TS_Client_Compatible   VALUE NUMERIC 2 DEFAULT
  3997.         NAME !!TS_High_Level             VALUE NUMERIC 3
  3998.         END ITEMLIST
  3999.         END PART
  4000.         PART !!TS_ENCRYPTION TEXT    
  4001.         END PART
  4002.         END POLICY
  4003.  
  4004.      CATEGORY !!TS_RPC_EP
  4005.            POLICY !!TS_RPC_ENCRYPTION
  4006.              #if version >= 4
  4007.              SUPPORTED !!SUPPORTED_WindowsNET
  4008.              #endif
  4009.              EXPLAIN !!TS_RPC_ENCRYPTION_EXPLAIN
  4010.              VALUENAME   "fEncryptRPCTraffic"
  4011.              VALUEON     NUMERIC 1
  4012.              VALUEOFF    NUMERIC 0
  4013.            END POLICY
  4014.         END CATEGORY
  4015.     END CATEGORY
  4016.     
  4017.     POLICY    !!TS_MAX_CON_POLICY
  4018.     #if version >= 4
  4019.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  4020.     #endif
  4021.     EXPLAIN   !!TS_MAX_CON_EXPLAIN
  4022.     PART !!TS_Maximum_Connections_allowed NUMERIC
  4023.     MIN 1 MAX 999999 DEFAULT 1 SPIN 1
  4024.     VALUENAME   "MaxInstanceCount"
  4025.     END PART
  4026.     PART !!TS_MAX_CON TEXT    
  4027.     END PART
  4028.     END POLICY
  4029.     
  4030.     POLICY    !!TS_COLORDEPTH
  4031.     #if version >= 4
  4032.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  4033.     #endif
  4034.     EXPLAIN   !!TS_COLOR_EXPLAIN
  4035.     PART    !!TS_Color_Depth DROPDOWNLIST   NOSORT
  4036.     VALUENAME "ColorDepth"
  4037.     ITEMLIST
  4038.     NAME !!TS_Client_Compatible   VALUE NUMERIC  999 DEFAULT
  4039.     NAME !!TS_8_bit   VALUE NUMERIC  1 
  4040.     NAME !!TS_15_bit  VALUE NUMERIC  2 
  4041.     NAME !!TS_16_bit  VALUE NUMERIC  3
  4042.     NAME !!TS_24_bit  VALUE NUMERIC  4
  4043.     END ITEMLIST
  4044.     END PART
  4045.     END POLICY
  4046.     
  4047.     POLICY      !!TS_DISABLE_CONNECTIONS
  4048.     #if version >= 4
  4049.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  4050.     #endif
  4051.     EXPLAIN  !!TS_DISABLE_CONNECTIONS_EXPLAIN 
  4052.     ACTIONLISTON
  4053.     VALUENAME "fDenyTSConnections"    VALUE NUMERIC 0
  4054.     END ACTIONLISTON
  4055.     ACTIONLISTOFF
  4056.     VALUENAME "fDenyTSConnections"    VALUE NUMERIC 1
  4057.     END ACTIONLISTOFF
  4058.     END POLICY
  4059.     
  4060.     POLICY       !!TS_TSCC_PERMISSIONS_POLICY
  4061.     #if version >= 4
  4062.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  4063.     #endif
  4064.     EXPLAIN  !!TS_TSCC_EXPLAIN
  4065.     VALUENAME   "fWritableTSCCPermTab"
  4066.     VALUEON  NUMERIC 0
  4067.     VALUEOFF  NUMERIC 1
  4068.     END POLICY
  4069.     
  4070.     POLICY !!TS_NoSecurityMenu
  4071.     #if version >= 4
  4072.     SUPPORTED !!TS_SUPPORTED_Win2k 
  4073.     #endif
  4074.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4075.     EXPLAIN !!TS_NoSecurityMenu_Help
  4076.     VALUENAME "NoNTSecurity"
  4077.     END POLICY
  4078.     
  4079.     POLICY !!TS_NoDisconnectMenu
  4080.     #if version >= 4
  4081.     SUPPORTED !!TS_SUPPORTED_Win2k 
  4082.     #endif
  4083.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4084.     EXPLAIN !!TS_NoDisconnectMenu_Help
  4085.     VALUENAME "NoDisconnect"
  4086.     END POLICY
  4087.     
  4088.  
  4089.     CATEGORY !!TS_License
  4090.     #if version >= 4
  4091.     EXPLAIN !!TS_License_Help
  4092.     #endif
  4093.  
  4094.       KEYNAME     "Software\Policies\Microsoft\Windows NT\Terminal Services"
  4095.  
  4096.     POLICY    !!TS_LICENSE_SECGROUP
  4097.     #if version >= 4
  4098.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4099.     #endif
  4100.  
  4101.     EXPLAIN    !!TS_LICENSE_SECGROUP_HELP
  4102.     VALUENAME "fSecureLicensing"
  4103.     VALUEON NUMERIC 1
  4104.     VALUEOFF NUMERIC 0
  4105.     END POLICY
  4106.  
  4107.     POLICY !!TS_PreventLicenseUpgrade
  4108.         #if version >= 4
  4109.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4110.         #endif
  4111.  
  4112.         EXPLAIN !!TS_PreventLicenseUpgrade_Help
  4113.         VALUENAME "fPreventLicenseUpgrade"
  4114.         VALUEON     NUMERIC   1
  4115.         VALUEOFF    NUMERIC   0
  4116.         END POLICY
  4117.  
  4118.    END CATEGORY ; TS_License
  4119.  
  4120.  
  4121.     CATEGORY !!TS_TEMP
  4122.     #if version >= 4
  4123.     EXPLAIN !!TS_TEMP_Help
  4124.     #endif
  4125.  
  4126.  
  4127.         POLICY    !!TS_TEMP_PER_SESSION
  4128.         #if version >= 4
  4129.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4130.         #endif
  4131.         EXPLAIN !!TS_TEMP_EXPLAIN
  4132.         VALUENAME   "PerSessionTempDir"    
  4133.         VALUEON     NUMERIC     0
  4134.         VALUEOFF    NUMERIC     1
  4135.         END POLICY
  4136.         POLICY    !!TS_TEMP_DELETE
  4137.         #if version >= 4
  4138.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4139.         #endif
  4140.         EXPLAIN !!TS_TEMP_DELETE_EXPLAIN
  4141.         VALUENAME   "DeleteTempDirsOnExit"    
  4142.         VALUEON     NUMERIC     0
  4143.         VALUEOFF    NUMERIC     1
  4144.         END POLICY
  4145.     END CATEGORY
  4146.     
  4147.     CATEGORY !!TS_SD_Node
  4148.     #if version >= 4
  4149.     EXPLAIN !!TS_Sessions_Help
  4150.     #endif
  4151.  
  4152.         KEYNAME     "SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services"
  4153.  
  4154.     POLICY       !!TS_SD_EXPOSE_ADDRESS
  4155.         #if version >= 4
  4156.         SUPPORTED !!SUPPORTED_WindowsNET_Enterprise
  4157.         #endif
  4158.         EXPLAIN     !!TS_SD_EXPOSE_ADDRESS_Explain
  4159.         VALUENAME   "SessionDirectoryExposeServerIP"
  4160.         VALUEON  NUMERIC 1
  4161.         VALUEOFF NUMERIC 0              
  4162.     END POLICY
  4163.  
  4164.  
  4165.         POLICY       !!TS_JOIN_SESSION_DIRECTORY
  4166.         #if version >= 4
  4167.         SUPPORTED !!SUPPORTED_WindowsNET_Enterprise
  4168.         #endif
  4169.         EXPLAIN     !!TS_JOIN_SESSION_DIRECTORY_EXPLAIN
  4170.         VALUENAME   "SessionDirectoryActive"
  4171.         VALUEON  NUMERIC 1
  4172.         VALUEOFF NUMERIC 0              
  4173.         END POLICY
  4174.         
  4175.         POLICY       !!TS_SD_Loc
  4176.         #if version >= 4
  4177.         SUPPORTED !!SUPPORTED_WindowsNET_Enterprise
  4178.         #endif
  4179.         EXPLAIN     !!TS_SD_Loc_Explain
  4180.         PART        !!TS_SD_Loc EDITTEXT REQUIRED       
  4181.         VALUENAME   "SessionDirectoryLocation"
  4182.         END PART
  4183.         END POLICY
  4184.         
  4185.         POLICY       !!TS_SD_ClustName
  4186.         #if version >= 4
  4187.         SUPPORTED !!SUPPORTED_WindowsNET_Enterprise
  4188.         #endif
  4189.         EXPLAIN     !!TS_SD_ClustName_Explain
  4190.         PART        !!TS_SD_ClustName EDITTEXT REQUIRED
  4191.         VALUENAME   "SessionDirectoryClusterName"
  4192.         END PART
  4193.         END POLICY
  4194.     END CATEGORY
  4195.     
  4196.     
  4197.     CATEGORY !!TS_Sessions   
  4198.     #if version >= 4
  4199.     EXPLAIN !!TS_Sessions_Comp_Help
  4200.     #endif
  4201.  
  4202.         POLICY  !!TS_Sessions_Disconnected_Timeout
  4203.         #if version >= 4
  4204.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4205.         #endif
  4206.         EXPLAIN !!TS_SESSIONS_DISCONNECTED_TIMEOUT_EXPLAIN
  4207.         ACTIONLISTOFF
  4208.         VALUENAME "MaxDisconnectionTime" VALUE "0"
  4209.         END ACTIONLISTOFF
  4210.         
  4211.         PART !!TS_Sessions_EndDisconnected DROPDOWNLIST NOSORT 
  4212.         VALUENAME "MaxDisconnectionTime"
  4213.         ITEMLIST
  4214.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  4215.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000 
  4216.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  4217.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  4218.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  4219.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  4220.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  4221.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  4222.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  4223.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  4224.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  4225.         END ITEMLIST
  4226.         END PART
  4227.     END POLICY    
  4228.     
  4229.     POLICY  !!TS_Sessions_Limits
  4230.         #if version >= 4
  4231.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4232.         #endif
  4233.         EXPLAIN !!TS_SESSIONS_LIMITS_EXPLAIN    
  4234.         PART !!TS_Sessions_ActiveLimit DROPDOWNLIST NOSORT 
  4235.         VALUENAME "MaxConnectionTime"
  4236.         ITEMLIST
  4237.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  4238.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  4239.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  4240.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  4241.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  4242.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  4243.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  4244.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  4245.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  4246.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  4247.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  4248.         END ITEMLIST
  4249.         END PART
  4250.         
  4251.         END POLICY
  4252.         
  4253.         POLICY  !!TS_Sessions_Idle_Limit
  4254.         #if version >= 4
  4255.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4256.         #endif
  4257.         EXPLAIN !!TS_SESSIONS_IDLE_LIMIT_EXPLAIN
  4258.         PART !!TS_Sessions_IdleLimitText DROPDOWNLIST NOSORT 
  4259.         VALUENAME "MaxIdleTime" REQUIRED
  4260.         ITEMLIST
  4261.         
  4262.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  4263.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  4264.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  4265.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  4266.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  4267.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  4268.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  4269.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  4270.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  4271.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  4272.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  4273.         END ITEMLIST
  4274.         END PART
  4275.        
  4276.         END POLICY
  4277.         
  4278.         POLICY  !!TS_Sessions_Reconnect_Same
  4279.         #if version >= 4
  4280.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4281.         #endif
  4282.         EXPLAIN !!TS_SESSIONS_RECONNECT_SAME_EXPLAIN
  4283.         VALUENAME "fReconnectSame" 
  4284.         VALUEON  NUMERIC 1  
  4285.         VALUEOFF NUMERIC 0      
  4286.         END POLICY
  4287.         
  4288.         POLICY !!TS_Session_End_On_Limit 
  4289.         EXPLAIN !!TS_SESSION_END_ON_LIMIT_EXPLAIN
  4290.         VALUENAME "fResetBroken" 
  4291.         VALUEON  NUMERIC 1  
  4292.         VALUEOFF NUMERIC 0      
  4293.         END POLICY
  4294.     
  4295.     END CATEGORY
  4296.  
  4297.  
  4298.         POLICY    !!TS_USER_PROFILES
  4299.         #if version >= 4
  4300.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4301.         #endif
  4302.         EXPLAIN !!TS_USER_PROFILE_EXPLAIN
  4303.         PART    !!TS_PROFILE_PATH EDITTEXT REQUIRED
  4304.         VALUENAME   "WFProfilePath"
  4305.         END PART
  4306.         PART !!TS_PATH_NOTE TEXT
  4307.         END PART
  4308.         END POLICY
  4309.         
  4310.         POLICY    !!TS_USER_HOME
  4311.         #if version >= 4
  4312.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4313.         #endif
  4314.         EXPLAIN !!TS_USER_HOME_EXPLAIN
  4315.         PART !!TS_USER_HOME_LOCATION DROPDOWNLIST NOSORT
  4316.         VALUENAME "WFHomeDirUNC"
  4317.         ITEMLIST
  4318.         NAME !!TS_On_the_Network         VALUE NUMERIC  1 DEFAULT
  4319.         NAME !!TS_on_the_Local_machine  VALUE NUMERIC  0 
  4320.         END ITEMLIST
  4321.         END PART
  4322.         
  4323.         PART    !!TS_HOME_DIR EDITTEXT REQUIRED
  4324.         VALUENAME   "WFHomeDir"
  4325.         END PART                   
  4326.         
  4327.         PART !!TS_DRIVE_NOTE TEXT
  4328.         END PART
  4329.         
  4330.         PART    !!TS_DRIVE_LETTER  DROPDOWNLIST   
  4331.             VALUENAME   "WFHomeDirDrive"
  4332.         
  4333.     ITEMLIST
  4334.             NAME    !!TS_DRIVE_G   VALUE   "G:"
  4335.             NAME    !!TS_DRIVE_H   VALUE   "H:"
  4336.             NAME    !!TS_DRIVE_I   VALUE   "I:"
  4337.             NAME    !!TS_DRIVE_J   VALUE   "J:"
  4338.             NAME    !!TS_DRIVE_K   VALUE   "K:"
  4339.             NAME    !!TS_DRIVE_L   VALUE   "L:"
  4340.             NAME    !!TS_DRIVE_M   VALUE   "M:"
  4341.             NAME    !!TS_DRIVE_N   VALUE   "N:"
  4342.             NAME    !!TS_DRIVE_O   VALUE   "O:"
  4343.             NAME    !!TS_DRIVE_P   VALUE   "P:"
  4344.             NAME    !!TS_DRIVE_Q   VALUE   "Q:"
  4345.             NAME    !!TS_DRIVE_R   VALUE   "R:"
  4346.             NAME    !!TS_DRIVE_S   VALUE   "S:"
  4347.             NAME    !!TS_DRIVE_T   VALUE   "T:"
  4348.             NAME    !!TS_DRIVE_U   VALUE   "U:"
  4349.             NAME    !!TS_DRIVE_V   VALUE   "V:"
  4350.             NAME    !!TS_DRIVE_W   VALUE   "W:"
  4351.             NAME    !!TS_DRIVE_X   VALUE   "X:"
  4352.             NAME    !!TS_DRIVE_Y   VALUE   "Y:"
  4353.             NAME    !!TS_DRIVE_Z   VALUE   "Z:" DEFAULT
  4354.         END ITEMLIST
  4355.         END PART
  4356.   
  4357.     END POLICY
  4358.         
  4359.    
  4360.         POLICY  !!TS_RemoteControl
  4361.         #if version >= 4
  4362.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4363.         #endif
  4364.         EXPLAIN !!TS_RemoteControl_EXPLAIN 
  4365.         PART !!TS_RemoteControl_Levels DROPDOWNLIST NOSORT                                                               
  4366.         VALUENAME "Shadow"
  4367.         ITEMLIST
  4368.         NAME !!TS_RemoteControl_0  VALUE    NUMERIC 0   DEFAULT
  4369.         NAME !!TS_RemoteControl_1  VALUE    NUMERIC 1   
  4370.         NAME !!TS_RemoteControl_2  VALUE    NUMERIC 2   
  4371.         NAME !!TS_RemoteControl_3  VALUE    NUMERIC 3   
  4372.         NAME !!TS_RemoteControl_4  VALUE    NUMERIC 4   
  4373.         END ITEMLIST
  4374.         END PART
  4375.         END POLICY
  4376.  
  4377.         POLICY  !!TS_START_PROGRAM
  4378.         #if version >= 4
  4379.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  4380.         #endif
  4381.         EXPLAIN !!TS_START_PROGRAM_EXPLAIN 
  4382.         PART !!TS_PROGRAM_NAME EDITTEXT REQUIRED
  4383.         VALUENAME   "InitialProgram"    
  4384.         END PART
  4385.         
  4386.         PART !!TS_WORKDIR EDITTEXT 
  4387.         VALUENAME   "WorkDirectory"    
  4388.         END PART
  4389.         
  4390.         END POLICY
  4391.  
  4392.    END CATEGORY ; TS_GP_NODE
  4393.  
  4394.    CATEGORY !!MSI
  4395.     #if version >= 4
  4396.     EXPLAIN !!MSI_Help
  4397.     #endif
  4398.  
  4399.         KEYNAME "Software\Policies\Microsoft\Windows\Installer"
  4400.  
  4401.  
  4402.         POLICY !!DisableMSI
  4403.            #if version >= 4
  4404.         SUPPORTED !!SUPPORTED_Win2k
  4405.         #endif
  4406.  
  4407.                EXPLAIN !!DisableMSI_Help
  4408.             PART !!DisableMSI DROPDOWNLIST NOSORT REQUIRED
  4409.                 VALUENAME "DisableMSI"
  4410.                 ITEMLIST
  4411.             NAME !!DisableAlways    VALUE NUMERIC 2
  4412.             NAME !!DisableNonManaged    VALUE NUMERIC 1 DEFAULT
  4413.             NAME !!DisableNever        VALUE NUMERIC 0
  4414.                 END ITEMLIST
  4415.            END PART
  4416.     END POLICY
  4417.  
  4418.         POLICY !!AlwaysInstallElevated
  4419.                  #if version >= 4
  4420.         SUPPORTED !!SUPPORTED_Win2k
  4421.         #endif
  4422.  
  4423.             EXPLAIN !!AlwaysInstallElevated_Help
  4424.             VALUENAME "AlwaysInstallElevated"
  4425.             VALUEON NUMERIC 1
  4426.             VALUEOFF NUMERIC 0
  4427.             
  4428.  
  4429.         PART !!Blank           TEXT
  4430.         END PART
  4431.         PART !!UserANDMachineT TEXT
  4432.         END PART
  4433.         END POLICY
  4434.  
  4435.  
  4436.         POLICY !!DisableRollback
  4437.             #if version >= 4
  4438.         SUPPORTED !!SUPPORTED_Win2k
  4439.         #endif
  4440.  
  4441.             EXPLAIN !!DisableRollback_Help
  4442.             VALUENAME "DisableRollback"
  4443.         VALUEON NUMERIC 1
  4444.         VALUEOFF NUMERIC 0
  4445.  
  4446.         PART !!Blank  TEXT
  4447.         END PART
  4448.         PART !!UserORMachineT TEXT
  4449.         END PART
  4450.     END POLICY
  4451.  
  4452.         POLICY !!DisableBrowse
  4453.              #if version >= 4
  4454.         SUPPORTED !!SUPPORTED_Win2k
  4455.         #endif
  4456.  
  4457.             EXPLAIN !!DisableBrowse_Help
  4458.             VALUENAME "DisableBrowse"
  4459.         VALUEON NUMERIC 1
  4460.         VALUEOFF NUMERIC 0
  4461.     
  4462.     END POLICY
  4463.  
  4464.         POLICY !!DisablePatch
  4465.             #if version >= 4
  4466.         SUPPORTED !!SUPPORTED_Win2k
  4467.         #endif
  4468.  
  4469.             EXPLAIN !!DisablePatch_Help
  4470.             VALUENAME "DisablePatch"
  4471.         VALUEON NUMERIC 1
  4472.         VALUEOFF NUMERIC 0
  4473.  
  4474.     END POLICY
  4475.  
  4476.         POLICY !!SafeForScripting
  4477.             #if version >= 4
  4478.         SUPPORTED !!SUPPORTED_Win2k
  4479.         #endif
  4480.  
  4481.             EXPLAIN !!SafeForScripting_Help
  4482.             VALUENAME "SafeForScripting"
  4483.         VALUEON NUMERIC 1
  4484.         VALUEOFF NUMERIC 0
  4485.  
  4486.     END POLICY
  4487.  
  4488.         POLICY !!EnableUserControl
  4489.             #if version >= 4
  4490.         SUPPORTED !!SUPPORTED_Win2k
  4491.         #endif
  4492.  
  4493.             EXPLAIN !!EnableUserControl_Help
  4494.             VALUENAME "EnableUserControl"
  4495.         VALUEON NUMERIC 1
  4496.         VALUEOFF NUMERIC 0
  4497.     
  4498.     END POLICY
  4499.  
  4500.         POLICY !!AllowLockdownBrowse
  4501.            #if version >= 4
  4502.         SUPPORTED !!SUPPORTED_Win2k
  4503.         #endif
  4504.  
  4505.            EXPLAIN !!AllowLockdownBrowse_Help
  4506.            VALUENAME "AllowLockdownBrowse"
  4507.            VALUEON NUMERIC 1
  4508.            VALUEOFF NUMERIC 0
  4509.  
  4510.     END POLICY
  4511.  
  4512.         POLICY !!AllowLockdownMedia
  4513.             #if version >= 4
  4514.         SUPPORTED !!SUPPORTED_Win2k
  4515.         #endif
  4516.  
  4517.             EXPLAIN !!AllowLockdownMedia_Help
  4518.             VALUENAME "AllowLockdownMedia"
  4519.                 VALUEON NUMERIC 1
  4520.                 VALUEOFF NUMERIC 0
  4521.         
  4522.     END POLICY
  4523.  
  4524.         POLICY !!AllowLockdownPatch
  4525.              #if version >= 4
  4526.         SUPPORTED !!SUPPORTED_Win2k
  4527.         #endif
  4528.  
  4529.             EXPLAIN !!AllowLockdownPatch_Help
  4530.             VALUENAME "AllowLockdownPatch"
  4531.                 VALUEON NUMERIC 1
  4532.                 VALUEOFF NUMERIC 0
  4533.     
  4534.     END POLICY
  4535.  
  4536.         POLICY !!EnableAdminTSRemote
  4537.             #if version >= 4
  4538.         SUPPORTED !!SUPPORTED_Win2k
  4539.         #endif
  4540.  
  4541.             EXPLAIN !!EnableAdminTSRemote_Help
  4542.             VALUENAME "EnableAdminTSRemote"
  4543.                 VALUEON NUMERIC 1
  4544.                 VALUEOFF NUMERIC 0
  4545.  
  4546.     END POLICY
  4547.  
  4548.        POLICY !!TransformsSecure
  4549.             #if version >= 4
  4550.         SUPPORTED !!SUPPORTED_Win2k
  4551.         #endif
  4552.  
  4553.             EXPLAIN !!TransformsSecure_Help
  4554.             VALUENAME "TransformsSecure"
  4555.                 VALUEON NUMERIC 1
  4556.                 VALUEOFF NUMERIC 0
  4557.     END POLICY
  4558.  
  4559.  
  4560.         POLICY !!MSILogging
  4561.             #if version >= 4
  4562.         SUPPORTED !!SUPPORTED_Win2k
  4563.         #endif
  4564.  
  4565.             EXPLAIN !!MSILogging_Help
  4566.             PART !!MSILogging EDITTEXT
  4567.                 VALUENAME "Logging"
  4568.                 DEFAULT iweap
  4569.             END PART
  4570.  
  4571.         PART !!MSILoggingT1 TEXT
  4572.             END PART
  4573.         PART !!MSILoggingT2 TEXT
  4574.         END PART
  4575.         PART !!MSILoggingT3 TEXT
  4576.         END PART
  4577.         PART !!MSILoggingT4 TEXT
  4578.         END PART
  4579.         PART !!MSILoggingT5 TEXT
  4580.         END PART
  4581.         PART !!MSILoggingT6 TEXT
  4582.         END PART
  4583.         PART !!MSILoggingT7 TEXT
  4584.         END PART
  4585.         PART !!MSILoggingT8 TEXT
  4586.         END PART
  4587.         PART !!MSILoggingT9 TEXT
  4588.         END PART
  4589.         PART !!MSILoggingT10 TEXT
  4590.         END PART
  4591.         PART !!MSILoggingT11 TEXT
  4592.         END PART
  4593.         PART !!MSILoggingT12 TEXT
  4594.         END PART
  4595.         PART !!MSILoggingT13 TEXT
  4596.         END PART
  4597.     END POLICY
  4598.  
  4599.  
  4600.         POLICY !!MSI_DisableUserInstalls
  4601.            #if version >= 4
  4602.         SUPPORTED !!SUPPORTED_MSI15
  4603.         #endif
  4604.  
  4605.                EXPLAIN !!MSI_DisableUserInstalls_Help
  4606.  
  4607.             PART !!MSI_DisableUserInstallsBox DROPDOWNLIST NOSORT REQUIRED
  4608.                 VALUENAME "DisableUserInstalls"
  4609.                 ITEMLIST
  4610.             NAME !!MSI_AllowUser    VALUE NUMERIC 0  
  4611.             NAME !!MSI_HideUser        VALUE NUMERIC 1     DEFAULT
  4612.             NAME !!MSI_DisAllowUser    VALUE NUMERIC 2 
  4613.                 END ITEMLIST
  4614.            END PART
  4615.     END POLICY
  4616.  
  4617.  
  4618.     POLICY !!MSI_DisableSRCheckPoints
  4619.         #if version >= 4
  4620.         SUPPORTED !!SUPPORTED_WindowsXPOnly
  4621.         #endif
  4622.  
  4623.  
  4624.              EXPLAIN !!MSI_DisableSRCheckPoints_Help
  4625.         VALUENAME "LimitSystemRestoreCheckpointing"
  4626.     END POLICY
  4627.  
  4628.  
  4629.     END CATEGORY ; MSI
  4630.  
  4631.   CATEGORY !!WinMSG_WindowsMsg
  4632.     #if version >= 4
  4633.     EXPLAIN !!WinMSG_WindowsMsg_Help
  4634.     #endif
  4635.  
  4636.  
  4637.     KEYNAME "Software\Policies\Microsoft\Messenger\Client"
  4638.  
  4639.     POLICY !!WinMSG_NoWindowsMsg_Comp
  4640.         #if version >= 4
  4641.         SUPPORTED !!SUPPORTED_WindowsXP
  4642.         #endif
  4643.  
  4644.  
  4645.              EXPLAIN !!WinMSG_NoWindowsMsg_Help
  4646.         VALUENAME "PreventRun"
  4647.             VALUEON NUMERIC 1
  4648.                 VALUEOFF NUMERIC 0
  4649.  
  4650.     END POLICY
  4651.  
  4652.     POLICY !!WinMSG_NoAutoStartWindowsMsg_Comp
  4653.         #if version >= 4
  4654.         SUPPORTED !!SUPPORTED_WindowsXP
  4655.         #endif
  4656.  
  4657.  
  4658.              EXPLAIN !!WinMSG_NoAutoStartWindowsMsg_Help
  4659.         VALUENAME "PreventAutoRun"
  4660.             VALUEON NUMERIC 1
  4661.                 VALUEOFF NUMERIC 0
  4662.  
  4663.     END POLICY
  4664.  
  4665.    END CATEGORY ; WindowsMsg
  4666.  
  4667.  
  4668.     CATEGORY !!WMDRMCat
  4669.  
  4670.         POLICY !!DisableOnline
  4671.             KEYNAME "Software\Policies\Microsoft\WMDRM"
  4672.  
  4673.             #if version >= 4
  4674.                 SUPPORTED !!SUPPORTED_WindowsNET
  4675.             #endif
  4676.  
  4677.             EXPLAIN !!DisableOnlineExplain
  4678.             VALUENAME "DisableOnline"
  4679.             VALUEON  NUMERIC 1
  4680.                 VALUEOFF NUMERIC 0
  4681.         END POLICY
  4682.  
  4683.     END CATEGORY ; WMDRMCat
  4684.  
  4685.  
  4686.  
  4687. END CATEGORY ; WindowsComponents
  4688.  
  4689.  
  4690.  
  4691.  
  4692.  
  4693. ;**************************************************************************************************
  4694.  
  4695. CLASS USER
  4696.  
  4697. CATEGORY !!StartMenu
  4698.     #if version >= 4
  4699.     EXPLAIN !!StartMenu_Help
  4700.     #endif    
  4701.  
  4702.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  4703.  
  4704.     POLICY !!NoStartMenuSubFolders
  4705.     #if version >= 4
  4706.     SUPPORTED !!SUPPORTED_Win2k
  4707.     #endif
  4708.  
  4709.     EXPLAIN !!NoStartMenuSubFolders_Help 
  4710.            VALUENAME "NoStartMenuSubFolders"
  4711.     END POLICY
  4712.  
  4713.     POLICY !!NoWindowsUpdate
  4714.     #if version >= 4
  4715.     SUPPORTED !!SUPPORTED_Win2k
  4716.     #endif
  4717.  
  4718.       EXPLAIN !!NoWindowsUpdate_Help 
  4719.            VALUENAME "NoWindowsUpdate"
  4720.     END POLICY
  4721.  
  4722.     POLICY !!NoCommonGroups 
  4723.     #if version >= 4
  4724.     SUPPORTED !!SUPPORTED_Win2k
  4725.     #endif
  4726.  
  4727.     EXPLAIN !!NoCommonGroups_Help
  4728.     VALUENAME "NoCommonGroups"
  4729.     END POLICY
  4730.  
  4731.     POLICY !!NoSMMyDocuments
  4732.     #if version >= 4
  4733.     SUPPORTED !!SUPPORTED_Win2k
  4734.     #endif
  4735.  
  4736.  
  4737.          EXPLAIN !!NoSMMyDocuments_Help
  4738.     VALUENAME "NoSMMyDocs"
  4739.     END POLICY
  4740.  
  4741.  
  4742.     POLICY !!NoRecentDocsMenu
  4743.     #if version >= 4
  4744.     SUPPORTED !!SUPPORTED_Win2k
  4745.     #endif
  4746.  
  4747.       EXPLAIN !!NoRecentDocsMenu_Help 
  4748.            VALUENAME "NoRecentDocsMenu"
  4749.     END POLICY
  4750.  
  4751.     POLICY !!NoSetFolders 
  4752.     #if version >= 4
  4753.     SUPPORTED !!SUPPORTED_Win2k
  4754.     #endif
  4755.  
  4756.     EXPLAIN !!NoSetFolders_Help
  4757.            VALUENAME "NoSetFolders"
  4758.     END POLICY
  4759.  
  4760.     POLICY !!NoNetAndDialupConnect
  4761.     #if version >= 4
  4762.     SUPPORTED !!SUPPORTED_Win2k
  4763.     #endif
  4764.  
  4765.     EXPLAIN !!NoNetAndDialupConnect_Help
  4766.            VALUENAME "NoNetworkConnections"
  4767.     END POLICY
  4768.  
  4769.    POLICY !!NoFavoritesMenu 
  4770.     #if version >= 4
  4771.     SUPPORTED !!SUPPORTED_Win2k
  4772.     #endif
  4773.  
  4774.          EXPLAIN !!NoFavoritesMenu_Help
  4775.     VALUENAME "NoFavoritesMenu"
  4776.     END POLICY
  4777.  
  4778.     POLICY !!NoFind 
  4779.     #if version >= 4
  4780.     SUPPORTED !!SUPPORTED_Win2k
  4781.     #endif
  4782.  
  4783.          EXPLAIN !!NoFind_Help
  4784.     VALUENAME "NoFind"
  4785.     END POLICY
  4786.  
  4787.     POLICY !!NoHelp
  4788.     #if version >= 4
  4789.     SUPPORTED !!SUPPORTED_Win2k
  4790.     #endif
  4791.  
  4792.     EXPLAIN !!NoHelp_Help 
  4793.          VALUENAME "NoSMHelp"
  4794.     END POLICY
  4795.  
  4796.     POLICY !!NoRun
  4797.     #if version >= 4
  4798.     SUPPORTED !!SUPPORTED_Win2k
  4799.     #endif
  4800.  
  4801.     EXPLAIN !!NoRun_Help 
  4802.            VALUENAME "NoRun"
  4803.     END POLICY
  4804.  
  4805.     POLICY !!NoSMMyPictures
  4806.     #if version >= 4
  4807.     SUPPORTED !!SUPPORTED_WindowsXP
  4808.     #endif
  4809.  
  4810.     EXPLAIN !!NoSMMyPictures_Help 
  4811.            VALUENAME "NoSMMyPictures"
  4812.     END POLICY
  4813.  
  4814.     POLICY !!NoSMMyMusic
  4815.     #if version >= 4
  4816.     SUPPORTED !!SUPPORTED_WindowsXP
  4817.     #endif
  4818.  
  4819.     EXPLAIN !!NoSMMyMusic_Help 
  4820.            VALUENAME "NoStartMenuMyMusic"
  4821.     END POLICY
  4822.  
  4823.     POLICY !!NoSMMyNetworkPlaces
  4824.     #if version >= 4
  4825.     SUPPORTED !!SUPPORTED_WindowsXP
  4826.     #endif
  4827.  
  4828.     EXPLAIN !!NoSMMyNetworkPlaces_Help
  4829.            VALUENAME "NoStartMenuNetworkPlaces"
  4830.     END POLICY
  4831.  
  4832.     POLICY !!ForceStartMenuLogOff
  4833.     #if version >= 4
  4834.     SUPPORTED !!SUPPORTED_Win2k
  4835.     #endif
  4836.  
  4837.     EXPLAIN !!ForceStartMenuLogOff_Help
  4838.     VALUENAME "ForceStartMenuLogOff"
  4839.     END POLICY
  4840.  
  4841.     POLICY !!StartMenuLogOff
  4842.     #if version >= 4
  4843.     SUPPORTED !!SUPPORTED_Win2k
  4844.     #endif
  4845.  
  4846.     EXPLAIN !!StartMenuLogOff_Help
  4847.     VALUENAME "StartMenuLogOff"
  4848.     END POLICY
  4849.  
  4850.     POLICY !!NoClose 
  4851.     #if version >= 4
  4852.     SUPPORTED !!SUPPORTED_Win2k
  4853.     #endif
  4854.  
  4855.     EXPLAIN !!NoClose_Help
  4856.            VALUENAME "NoClose"
  4857.     END POLICY
  4858.  
  4859.     POLICY !!NoChangeStartMenu 
  4860.     #if version >= 4
  4861.     SUPPORTED !!SUPPORTED_Win2k
  4862.     #endif
  4863.     EXPLAIN !!NoChangeStartMenu_Help
  4864.       VALUENAME "NoChangeStartMenu"
  4865.     END POLICY
  4866.  
  4867.     POLICY !!NoSetTaskbar 
  4868.     #if version >= 4
  4869.     SUPPORTED !!SUPPORTED_Win2k
  4870.     #endif
  4871.  
  4872.     EXPLAIN !!NoSetTaskbar_Help
  4873.          VALUENAME "NoSetTaskbar"
  4874.     END POLICY
  4875.  
  4876.     POLICY !!NoTrayContextMenu 
  4877.     #if version >= 4
  4878.     SUPPORTED !!SUPPORTED_Win2k
  4879.     #endif
  4880.  
  4881.     EXPLAIN !!NoTrayContextMenu_Help
  4882.          VALUENAME "NoTrayContextMenu"
  4883.     END POLICY
  4884.  
  4885.     POLICY !!NoRecentDocsHistory 
  4886.     #if version >= 4
  4887.     SUPPORTED !!SUPPORTED_Win2k
  4888.     #endif
  4889.  
  4890.     EXPLAIN !!NoRecentDocsHistory_Help
  4891.          VALUENAME "NoRecentDocsHistory"
  4892.     END POLICY
  4893.  
  4894.     POLICY !!ClearRecentDocsOnExit
  4895.     #if version >= 4
  4896.     SUPPORTED !!SUPPORTED_Win2k
  4897.     #endif
  4898.  
  4899.     EXPLAIN !!ClearRecentDocsOnExit_Help 
  4900.            VALUENAME "ClearRecentDocsOnExit"
  4901.     END POLICY
  4902.  
  4903.     POLICY !!Intellimenus
  4904.     #if version >= 4
  4905.     SUPPORTED !!SUPPORTED_Win2k
  4906.     #endif
  4907.  
  4908.     EXPLAIN !!Intellimenus_Help
  4909.     VALUENAME "Intellimenus"
  4910.     END POLICY
  4911.  
  4912.     POLICY !!NoInstrumentation
  4913.     #if version >= 4
  4914.     SUPPORTED !!SUPPORTED_Win2k
  4915.     #endif
  4916.  
  4917.     EXPLAIN !!NoInstrumentation_Help
  4918.     VALUENAME "NoInstrumentation"
  4919.     END POLICY
  4920.  
  4921.     POLICY !!MemCheckBoxInRunDlg
  4922.     #if version >= 4
  4923.     SUPPORTED !!SUPPORTED_Win2k
  4924.     #endif
  4925.  
  4926.          EXPLAIN !!MemCheckBoxInRunDlg_Help
  4927.     VALUENAME "MemCheckBoxInRunDlg"
  4928.     END POLICY
  4929.  
  4930.     POLICY !!NoResolveSearch
  4931.     #if version >= 4
  4932.     SUPPORTED !!SUPPORTED_Win2k
  4933.     #endif
  4934.  
  4935.     EXPLAIN !!NoResolveSearch_Help
  4936.     VALUENAME "NoResolveSearch"
  4937.     END POLICY
  4938.  
  4939.     POLICY !!NoResolveTrack
  4940.     #if version >= 4
  4941. SUPPORTED !!SUPPORTED_Win2k
  4942.     #endif
  4943.  
  4944.     EXPLAIN !!NoResolveTrack_Help
  4945.     VALUENAME "NoResolveTrack"
  4946.     END POLICY
  4947.  
  4948.     POLICY !!GreyMSIAds
  4949.     #if version >= 4
  4950.     SUPPORTED !!SUPPORTED_Win2k
  4951.     #endif
  4952.  
  4953.     EXPLAIN !!GreyMSIAds_Help
  4954.     VALUENAME "GreyMSIAds"
  4955.     END POLICY
  4956.  
  4957.     POLICY !!NoTaskGrouping 
  4958.     EXPLAIN !!NoTaskGrouping_Help
  4959.  
  4960.     #if version >= 4
  4961.       SUPPORTED !!SUPPORTED_WindowsXP
  4962.     #endif
  4963.  
  4964.     VALUENAME "NoTaskGrouping"
  4965.     END POLICY
  4966.  
  4967.     POLICY !!NoAutoTrayNotify
  4968.     EXPLAIN !!NoAutoTrayNotify_Help
  4969.        #if version >= 4
  4970.         SUPPORTED !!SUPPORTED_WindowsXP
  4971.          #endif
  4972.  
  4973.          VALUENAME "NoAutoTrayNotify"
  4974.     END POLICY
  4975.  
  4976.     POLICY !!LockTaskbar
  4977.     EXPLAIN !!LockTaskbar_Help
  4978.       #if version >= 4
  4979.         SUPPORTED !!SUPPORTED_WindowsXP
  4980.     #endif
  4981.  
  4982.       VALUENAME "LockTaskbar"
  4983.     END POLICY 
  4984.  
  4985.     POLICY !!NoStartPage
  4986.     EXPLAIN !!NoStartPage_Help
  4987.       #if version >= 4
  4988.         SUPPORTED !!SUPPORTED_WindowsXP
  4989.     #endif
  4990.  
  4991.       VALUENAME "NoSimpleStartMenu"
  4992.     END POLICY
  4993.  
  4994.     POLICY !!NoBalloonTip
  4995.     EXPLAIN !!NoBalloonTip_Help 
  4996.       #if version >= 4
  4997.         SUPPORTED !!SUPPORTED_WindowsXP
  4998.     #endif
  4999.  
  5000.            VALUENAME "NoSMBalloonTip"
  5001.     END POLICY
  5002.  
  5003.     POLICY !!NoPinnedPrograms
  5004.     EXPLAIN !!NoPinnedPrograms_Help
  5005.       #if version >= 4
  5006.         SUPPORTED !!SUPPORTED_WindowsXP
  5007.     #endif
  5008.  
  5009.            VALUENAME "NoStartMenuPinnedList"
  5010.     END POLICY
  5011.  
  5012.  
  5013.    POLICY !!NoFrequentUsedPrograms
  5014.     EXPLAIN !!NoFrequentUsedPrograms_Help
  5015.       #if version >= 4
  5016.         SUPPORTED !!SUPPORTED_WindowsXP
  5017.     #endif
  5018.  
  5019.            VALUENAME "NoStartMenuMFUprogramsList"
  5020.  
  5021.     END POLICY
  5022.  
  5023.    POLICY !!NoMoreProgramsList
  5024.     EXPLAIN !!NoMoreProgramsList_Help
  5025.       #if version >= 4
  5026.         SUPPORTED !!SUPPORTED_WindowsXP
  5027.     #endif
  5028.  
  5029.            VALUENAME "NoStartMenuMorePrograms"
  5030.  
  5031.     END POLICY
  5032.    
  5033.    POLICY !!RemoveUnDockPCButton
  5034.     EXPLAIN !!RemoveUnDockPCButton_Help
  5035.       #if version >= 4
  5036.         SUPPORTED !!SUPPORTED_WindowsXP
  5037.     #endif
  5038.  
  5039.            VALUENAME "NoStartMenuEjectPC"
  5040.     END POLICY
  5041.  
  5042.    POLICY !!NoUserNameOnStartMenu
  5043.     EXPLAIN !!NoUserNameOnStartMenu
  5044.       #if version >= 4
  5045.         SUPPORTED !!SUPPORTED_WindowsXP
  5046.     #endif
  5047.  
  5048.            VALUENAME "NoUserNameInStartMenu"
  5049.     END POLICY
  5050.  
  5051.  
  5052.    POLICY !!NoTaskBarClock
  5053.     EXPLAIN !!NoTaskBarClock_Help
  5054.       #if version >= 4
  5055.         SUPPORTED !!SUPPORTED_WindowsXP
  5056.     #endif
  5057.  
  5058.            VALUENAME "HideClock"
  5059.     END POLICY
  5060.  
  5061.  
  5062.    POLICY !!NoTrayItemsDisplay
  5063.     EXPLAIN !!NoTrayItemsDisplay_Help
  5064.       #if version >= 4
  5065.         SUPPORTED !!SUPPORTED_WindowsXP
  5066.     #endif
  5067.  
  5068.            VALUENAME "NoTrayItemsDisplay"
  5069.     END POLICY
  5070.  
  5071.  
  5072.    POLICY !!NoToolbarsOnTaskbar
  5073.     EXPLAIN !!NoToolbarsOnTaskbar_Help
  5074.       #if version >= 4
  5075.         SUPPORTED !!SUPPORTED_WindowsXP
  5076.     #endif
  5077.  
  5078.            VALUENAME "NoToolbarsOnTaskbar"
  5079.    END POLICY
  5080.  
  5081.    POLICY !!NoSMConfigurePrograms
  5082.     EXPLAIN !!NoSMConfigurePrograms_Help
  5083.       #if version >= 4
  5084.         SUPPORTED !!SUPPORTED_Win2kSP3_Or_XPSP1
  5085.     #endif
  5086.  
  5087.            VALUENAME "NoSMConfigurePrograms"
  5088.    END POLICY
  5089.  
  5090. END CATEGORY ; StartMenu
  5091.  
  5092. CATEGORY !!Desktop
  5093.     #if version >= 4
  5094.         EXPLAIN !!Desktop_Help
  5095.     #endif 
  5096.  
  5097.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5098.  
  5099.     POLICY !!NoDesktop 
  5100.     #if version >= 4
  5101.     SUPPORTED !!SUPPORTED_Win2k
  5102.     #endif
  5103.  
  5104.  
  5105.          EXPLAIN !!NoDesktop_Help
  5106.     VALUENAME "NoDesktop"
  5107.     END POLICY
  5108.  
  5109.    POLICY !!NoMyDocumentsIcon
  5110.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  5111.     #if version >= 4
  5112.     SUPPORTED !!SUPPORTED_Win2k
  5113.     #endif
  5114.  
  5115.  
  5116.          EXPLAIN !!NoMyDocumentsIcon_Help
  5117.     VALUENAME "{450D8FBA-AD25-11D0-98A8-0800361B1103}"
  5118.     END POLICY
  5119.  
  5120.    POLICY !!NoMyComputerIcon
  5121.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  5122.     #if version >= 4
  5123.     SUPPORTED !!SUPPORTED_WindowsXP
  5124.     #endif
  5125.  
  5126.        EXPLAIN !!NoMyComputerIcon_Help
  5127.     VALUENAME "{20D04FE0-3AEA-1069-A2D8-08002B30309D}"
  5128.        VALUEON  NUMERIC  1
  5129.        VALUEOFF NUMERIC   0
  5130.  
  5131.     END POLICY
  5132.  
  5133.     POLICY !!NoRecycleBinIcon
  5134.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\NonEnum"
  5135.     #if version >= 4
  5136.     SUPPORTED !!SUPPORTED_WindowsXP
  5137.     #endif
  5138.  
  5139.          EXPLAIN !!NoRecycleBinIcon_Help
  5140.     VALUENAME "{645FF040-5081-101B-9F08-00AA002F954E}"
  5141.     END POLICY
  5142.  
  5143.  
  5144.  
  5145.    POLICY !!NoPropertiesMyDocuments 
  5146.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5147.     #if version >= 4
  5148.     SUPPORTED !!SUPPORTED_Win2kSP3
  5149.     #endif
  5150.  
  5151.  
  5152.          EXPLAIN !!NoPropertiesMyDocuments_Help
  5153.     VALUENAME "NoPropertiesMyDocuments" 
  5154.     END POLICY
  5155.  
  5156.    POLICY !!NoPropertiesMyComputer
  5157.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5158.     #if version >= 4
  5159.     SUPPORTED !!SUPPORTED_Win2kSP3
  5160.     #endif
  5161.  
  5162.          EXPLAIN !!NoPropertiesMyComputer_Help
  5163.     VALUENAME "NoPropertiesMyComputer" 
  5164.     END POLICY
  5165.  
  5166.    POLICY !!NoRecycleBinProperties 
  5167.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5168.     #if version >= 4
  5169.     SUPPORTED !!SUPPORTED_WindowsXP
  5170.     #endif
  5171.  
  5172.          EXPLAIN !!NoRecycleBinProperties_Help
  5173.     VALUENAME "NoPropertiesRecycleBin" 
  5174.     END POLICY
  5175.  
  5176.  
  5177.     POLICY !!NoNetHood 
  5178.     #if version >= 4
  5179.     SUPPORTED !!SUPPORTED_Win2k
  5180.     #endif
  5181.  
  5182.  
  5183.          EXPLAIN !!NoNetHood_Help
  5184.     VALUENAME "NoNetHood"
  5185.     END POLICY
  5186.  
  5187.     POLICY !!NoInternetIcon 
  5188.     #if version >= 4
  5189.     SUPPORTED !!SUPPORTED_Win2k
  5190.     #endif
  5191.  
  5192.  
  5193.          EXPLAIN !!NoInternetIcon_Help
  5194.     VALUENAME "NoInternetIcon"
  5195.     END POLICY
  5196.  
  5197.     POLICY !!NoRecentDocsNetHood
  5198.     #if version >= 4
  5199.     SUPPORTED !!SUPPORTED_Win2k
  5200.     #endif
  5201.  
  5202.  
  5203.          EXPLAIN !!NoRecentDocsNetHood_Help
  5204.     VALUENAME "NoRecentDocsNetHood"
  5205.     END POLICY
  5206.      
  5207.     POLICY !!DisablePersonalDirChange
  5208.     #if version >= 4
  5209.     SUPPORTED !!SUPPORTED_Win2k
  5210.     #endif
  5211.  
  5212.     EXPLAIN !!DisablePersonalDirChange_Help
  5213.     VALUENAME "DisablePersonalDirChange"
  5214.     END POLICY   
  5215.     
  5216.     POLICY !!sz_DB_DragDropClose 
  5217.     #if version >= 4
  5218.     SUPPORTED !!SUPPORTED_Win2k
  5219.     #endif
  5220.  
  5221.     EXPLAIN !!NoCloseDragDropBands_Help
  5222.     VALUENAME "NoCloseDragDropBands"
  5223.     END POLICY
  5224.         
  5225.     POLICY !!sz_DB_Moving 
  5226.     #if version >= 4
  5227.     SUPPORTED !!SUPPORTED_Win2k
  5228.     #endif
  5229.  
  5230.          EXPLAIN !!NoMovingBands_Help
  5231.     VALUENAME "NoMovingBands"
  5232.     END POLICY
  5233.  
  5234.     POLICY !!NoSaveSettings        
  5235.     #if version >= 4
  5236.     SUPPORTED !!SUPPORTED_Win2k
  5237.     #endif
  5238.  
  5239.  
  5240.          EXPLAIN !!NoSaveSettings_Help
  5241.     VALUENAME "NoSaveSettings"
  5242.     END POLICY
  5243.  
  5244.  
  5245.     POLICY !!NoDesktopCleanupWizard
  5246.     #if version >= 4
  5247.     SUPPORTED !!SUPPORTED_WindowsXP
  5248.     #endif
  5249.  
  5250.  
  5251.          EXPLAIN !!NoDesktopCleanupWizard_Help
  5252.     VALUENAME "NoDesktopCleanupWizard"
  5253.     END POLICY
  5254.  
  5255.  
  5256.     CATEGORY !!ActiveDesktop
  5257.     #if version >= 4
  5258.     EXPLAIN !!ActiveDesktop_Help
  5259.     #endif
  5260.  
  5261.     POLICY !!ForceActiveDesktopOn
  5262.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5263.             #if version >= 4
  5264.         SUPPORTED !!SUPPORTED_Win2k
  5265.         #endif
  5266.  
  5267.  
  5268.             EXPLAIN !!ForceActiveDesktopOn_Help
  5269.           VALUENAME "ForceActiveDesktopOn"
  5270.  
  5271.         PART !!ForceActiveDesktopOn_Tip    TEXT    
  5272.         END PART
  5273.     END POLICY
  5274.  
  5275.         POLICY !!NoActiveDesktop
  5276.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5277.                #if version >= 4
  5278.         SUPPORTED !!SUPPORTED_Win2k
  5279.         #endif
  5280.  
  5281.             EXPLAIN !!NoActiveDesktop_Help
  5282.             VALUENAME "NoActiveDesktop"
  5283.  
  5284.         PART !!NoActiveDesktop_Tip    TEXT    
  5285.              END PART
  5286.         END POLICY
  5287.  
  5288.         POLICY !!sz_ATC_NoComponents 
  5289.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5290.             #if version >= 4
  5291.         SUPPORTED !!SUPPORTED_Win2k
  5292.         #endif
  5293.  
  5294.  
  5295.           EXPLAIN !!ATC_NoComponents_Help
  5296.             VALUENAME "NoComponents"
  5297.  
  5298.         END POLICY
  5299.  
  5300.         POLICY !!NoActiveDesktopChanges 
  5301.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5302.             #if version >= 4
  5303.         SUPPORTED !!SUPPORTED_Win2k
  5304.         #endif
  5305.  
  5306.  
  5307.         EXPLAIN !!NoActiveDesktopChanges_Help
  5308.         VALUENAME "NoActiveDesktopChanges"
  5309.         END POLICY
  5310.  
  5311.         POLICY !!sz_ATC_DisableAdd
  5312.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5313.             EXPLAIN !!NoAddingComponents_Help 
  5314.             #if version >= 4
  5315.         SUPPORTED !!SUPPORTED_Win2k
  5316.         #endif
  5317.  
  5318.           VALUENAME "NoAddingComponents"
  5319.         END POLICY
  5320.  
  5321.         POLICY !!sz_ATC_DisableDel 
  5322.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5323.             #if version >= 4
  5324.         SUPPORTED !!SUPPORTED_Win2k
  5325.         #endif
  5326.  
  5327.             EXPLAIN !!NoDeletingComponents_Help
  5328.             VALUENAME "NoDeletingComponents"
  5329.         END POLICY
  5330.  
  5331.         POLICY !!sz_ATC_DisableEdit 
  5332.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5333.             #if version >= 4
  5334.         SUPPORTED !!SUPPORTED_Win2k
  5335.         #endif
  5336.  
  5337.             EXPLAIN !!NoEditingComponents_Help
  5338.             VALUENAME "NoEditingComponents"
  5339.         END POLICY
  5340.  
  5341.         POLICY !!sz_ATC_DisableClose 
  5342.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5343.             #if version >= 4
  5344.         SUPPORTED !!SUPPORTED_Win2k
  5345.         #endif
  5346.  
  5347.             EXPLAIN !!NoClosingComponents_Help
  5348.             VALUENAME "NoClosingComponents"
  5349.         END POLICY
  5350.  
  5351.         POLICY  !!sz_AdminComponents_Title
  5352.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop\AdminComponent"
  5353.             #if version >= 4
  5354.         SUPPORTED !!SUPPORTED_Win2k
  5355.         #endif
  5356.  
  5357.             EXPLAIN !!AdminComponents_Help
  5358.  
  5359.             PART !!sz_ATC_AdminAddItem    EDITTEXT
  5360.                 VALUENAME "Add"
  5361.             END PART
  5362.  
  5363.             PART !!sz_ATC_AdminDeleteItem EDITTEXT
  5364.                 VALUENAME "Delete"
  5365.             END PART
  5366.         END POLICY
  5367.  
  5368.      POLICY !!Wallpaper
  5369.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5370.             #if version >= 4
  5371.         SUPPORTED !!SUPPORTED_Win2k
  5372.         #endif
  5373.  
  5374.         EXPLAIN !!Wallpaper_Help      
  5375.  
  5376.                   
  5377.         PART !!WallpaperName          EDITTEXT REQUIRED
  5378.                 VALUENAME "Wallpaper"
  5379.             END PART
  5380.             
  5381.             PART !!Wallpaper_Tip1         TEXT    END PART
  5382.             PART !!Wallpaper_Tip2         TEXT    END PART
  5383.  
  5384.             PART !!WallpaperStyle      DROPDOWNLIST REQUIRED
  5385.          VALUENAME "WallpaperStyle"
  5386.          ITEMLIST
  5387.                    NAME !!WallpaperStyle_Center    VALUE "0" DEFAULT
  5388.              NAME !!WallpaperStyle_Tile        VALUE "1" 
  5389.              NAME !!WallpaperStyle_Stretch    VALUE "2" 
  5390.          END ITEMLIST
  5391.         END PART
  5392.     END POLICY
  5393.  
  5394.         POLICY !!sz_DWP_NoHTMLPaper 
  5395.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5396.             #if version >= 4
  5397.         SUPPORTED !!SUPPORTED_Win2k
  5398.         #endif
  5399.  
  5400.             EXPLAIN !!NoHTMLWallPaper_Help
  5401.             VALUENAME "NoHTMLWallPaper"
  5402.     END POLICY
  5403.  
  5404.     END CATEGORY ;ActiveDesktop
  5405.  
  5406.     CATEGORY !!ActiveDirectory
  5407.     #if version >= 4
  5408.     EXPLAIN !!ActiveDirectory_Help
  5409.     #endif
  5410.  
  5411.         KEYNAME "Software\Policies\Microsoft\Windows\Directory UI"
  5412.  
  5413.         POLICY !!AD_QueryLimit
  5414.             #if version >= 4
  5415.         SUPPORTED !!SUPPORTED_Win2k
  5416.         #endif
  5417.  
  5418.             EXPLAIN !!AD_QueryLimit_Help
  5419.         PART !!AD_QueryLimit_Box    NUMERIC REQUIRED
  5420.         VALUENAME "QueryLimit"
  5421.         MIN 0 MAX 4000000000 DEFAULT 10000 SPIN 100
  5422.         END PART
  5423.         END POLICY
  5424.  
  5425.         POLICY !!AD_EnableFilter
  5426.             #if version >= 4
  5427.         SUPPORTED !!SUPPORTED_Win2k
  5428.         #endif
  5429.  
  5430.             EXPLAIN !!AD_EnableFilter_Help
  5431.           VALUENAME "EnableFilter"
  5432.         END POLICY
  5433.  
  5434.         POLICY !!AD_HideDirectoryFolder
  5435.             #if version >= 4
  5436.         SUPPORTED !!SUPPORTED_Win2kOnly
  5437.         #endif
  5438.  
  5439.           EXPLAIN !!AD_HideDirectoryFolder_Help
  5440.         VALUENAME "HideDirectoryFolder"
  5441.         END POLICY
  5442.  
  5443.     END CATEGORY ; ActiveDirectory
  5444.  
  5445. END CATEGORY ;Desktop
  5446.  
  5447. CATEGORY !!Cpl
  5448.     #if version >= 4
  5449.     EXPLAIN !!Cpl_Help  
  5450.     #endif  
  5451.  
  5452.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5453.  
  5454.     POLICY !!NoControlPanel
  5455.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5456.     #if version >= 4
  5457.     SUPPORTED !!SUPPORTED_Win2k
  5458.     #endif
  5459.  
  5460.     EXPLAIN !!NoControlPanel_Help 
  5461.            VALUENAME "NoControlPanel"
  5462.     END POLICY
  5463.  
  5464.     POLICY !!DisallowCpls
  5465.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5466.     #if version >= 4
  5467.     SUPPORTED !!SUPPORTED_Win2k
  5468.     #endif
  5469.  
  5470.     EXPLAIN !!DisallowCpls_Help
  5471.     VALUENAME "DisallowCpl"
  5472.  
  5473.     PART !!DisallowCplsList LISTBOX
  5474.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowCpl"
  5475.         VALUEPREFIX ""
  5476.     END PART
  5477.  
  5478.     END POLICY
  5479.  
  5480.     POLICY !!RestrictCpls
  5481.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5482.     #if version >= 4
  5483.     SUPPORTED !!SUPPORTED_Win2k
  5484.     #endif
  5485.  
  5486.  
  5487.     EXPLAIN !!RestrictCpls_Help 
  5488.     VALUENAME "RestrictCpl"
  5489.  
  5490.     PART !!RestrictCplsList LISTBOX
  5491.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictCpl"
  5492.         VALUEPREFIX ""
  5493.     END PART
  5494.  
  5495.         PART !!RestrictCpls_Tip1            TEXT    
  5496.         END PART
  5497.         PART !!RestrictCpls_Tip2            TEXT    
  5498.         END PART
  5499.         PART !!RestrictCpls_Tip3            TEXT    
  5500.         END PART    
  5501.         PART !!RestrictCpls_Tip4            TEXT    
  5502.         END PART
  5503.     END POLICY
  5504.  
  5505.     POLICY !!ForceClassicControlPanel
  5506.     EXPLAIN !!ForceClassicControlPanel_Help
  5507.       #if version >= 4
  5508.         SUPPORTED !!SUPPORTED_WindowsXP
  5509.     #endif
  5510.  
  5511.         VALUENAME "ForceClassicControlPanel"
  5512.         VALUEON   NUMERIC 1
  5513.         VALUEOFF  NUMERIC 0
  5514.  
  5515.     END POLICY
  5516.  
  5517.  
  5518.     CATEGORY !!Arp
  5519.     #if version >= 4
  5520.     EXPLAIN !!ARP_Help
  5521.     #endif
  5522.  
  5523.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Uninstall"
  5524.  
  5525.     POLICY !!NoAddRemovePrograms
  5526.             #if version >= 4
  5527.         SUPPORTED !!SUPPORTED_Win2k
  5528.         #endif
  5529.  
  5530.         EXPLAIN !!NoAddRemovePrograms_Help
  5531.         VALUENAME "NoAddRemovePrograms"
  5532.     END POLICY
  5533.  
  5534.     POLICY !!NoRemovePage
  5535.             #if version >= 4
  5536.         SUPPORTED !!SUPPORTED_Win2k
  5537.         #endif
  5538.  
  5539.         EXPLAIN !!NoRemovePage_Help
  5540.             VALUENAME "NoRemovePage"
  5541.     END POLICY
  5542.  
  5543.     POLICY !!NoAddPage
  5544.             #if version >= 4
  5545.         SUPPORTED !!SUPPORTED_Win2k
  5546.         #endif
  5547.  
  5548.         EXPLAIN !!NoAddPage_Help
  5549.         VALUENAME "NoAddPage"
  5550.     END POLICY
  5551.  
  5552.     POLICY !!NoWindowsSetupPage
  5553.             #if version >= 4
  5554.         SUPPORTED !!SUPPORTED_Win2k
  5555.         #endif
  5556.  
  5557.             EXPLAIN !!NoWindowsSetupPage_Help
  5558.             VALUENAME "NoWindowsSetupPage"
  5559.     END POLICY
  5560.  
  5561.     POLICY !!NoChooseProgramsPage
  5562.             #if version >= 4
  5563.                 SUPPORTED !!SUPPORTED_Win2kSP3_Or_XPSP1
  5564.         #endif
  5565.  
  5566.             EXPLAIN !!NoChooseProgramsPage_Help
  5567.             VALUENAME "NoChooseProgramsPage"
  5568.     END POLICY
  5569.  
  5570.     POLICY !!NoAddFromCDorFloppy
  5571.             #if version >= 4
  5572.         SUPPORTED !!SUPPORTED_Win2k
  5573.         #endif
  5574.     
  5575.         EXPLAIN !!NoAddFromCDorFloppy_Help
  5576.             VALUENAME "NoAddFromCDorFloppy"
  5577.     END POLICY
  5578.  
  5579.     POLICY !!NoAddFromInternet
  5580.             #if version >= 4
  5581.         SUPPORTED !!SUPPORTED_Win2k
  5582.         #endif
  5583.  
  5584.           EXPLAIN !!NoAddFromInternet_Help
  5585.             VALUENAME "NoAddFromInternet"
  5586.     END POLICY
  5587.  
  5588.     POLICY !!NoAddFromNetwork
  5589.             #if version >= 4
  5590.         SUPPORTED !!SUPPORTED_Win2k
  5591.         #endif
  5592.  
  5593.         EXPLAIN !!NoAddFromNetwork_Help
  5594.             VALUENAME "NoAddFromNetwork"
  5595.     END POLICY
  5596.  
  5597.     POLICY !!NoServices
  5598.             #if version >= 4
  5599.         SUPPORTED !!SUPPORTED_Win2k
  5600.         #endif
  5601.  
  5602.         EXPLAIN !!NoServices_Help
  5603.             VALUENAME "NoServices"
  5604.     END POLICY
  5605.  
  5606.     POLICY !!NoSupportInfo
  5607.             #if version >= 4
  5608.         SUPPORTED !!SUPPORTED_Win2k
  5609.         #endif
  5610.  
  5611.         EXPLAIN !!NoSupportInfo_Help
  5612.             VALUENAME "NoSupportInfo"
  5613.     END POLICY
  5614.  
  5615.         POLICY !!DefaultCategory        
  5616.             #if version >= 4
  5617.         SUPPORTED !!SUPPORTED_Win2k
  5618.         #endif
  5619.  
  5620.             EXPLAIN !!DefaultCategory_Help
  5621.             PART !!DefaultCategoryBox         EDITTEXT REQUIRED
  5622.                  VALUENAME "DefaultCategory"
  5623.             END PART
  5624.         END POLICY
  5625.  
  5626.      END CATEGORY ; ARP
  5627.   
  5628.     CATEGORY !!Display
  5629.     #if version >= 4
  5630.     EXPLAIN !!Display_Explain
  5631.     #endif
  5632.  
  5633.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5634.             
  5635.     POLICY !!CPL_Display_Disable             
  5636.             #if version >= 4
  5637.         SUPPORTED !!SUPPORTED_Win2k
  5638.         #endif
  5639.  
  5640.         EXPLAIN !!NoDispCpl_Help
  5641.         VALUENAME "NoDispCPL"
  5642.     END POLICY
  5643.  
  5644.     POLICY !!CPL_Display_HideBkgnd             
  5645.            #if version >= 4
  5646.         SUPPORTED !!SUPPORTED_Win2k
  5647.         #endif
  5648.  
  5649.         EXPLAIN !!NoDispBackgroundPage_Help
  5650.         VALUENAME "NoDispBackgroundPage"
  5651.     END POLICY
  5652.  
  5653.     POLICY !!sz_DWP_DisableChanges
  5654.           KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\ActiveDesktop"
  5655.         #if version >= 4
  5656.           SUPPORTED !!SUPPORTED_Win2k
  5657.         #endif
  5658.  
  5659.         EXPLAIN !!NoChangingWallPaper_Help
  5660.         VALUENAME "NoChangingWallPaper"
  5661.         END POLICY
  5662.  
  5663.         POLICY !!CPL_Display_HideAppearance         
  5664.           #if version >= 4
  5665.         SUPPORTED !!SUPPORTED_Win2k
  5666.         #endif
  5667.  
  5668.          EXPLAIN !!NoDispAppearancePage_Help
  5669.         VALUENAME "NoDispAppearancePage"
  5670.     END POLICY
  5671.  
  5672.         POLICY !!CPL_Display_HideSettings         
  5673.                 #if version >= 4
  5674.         SUPPORTED !!SUPPORTED_Win2k
  5675.         #endif
  5676.  
  5677.             EXPLAIN !!NoDispSettingsPage_Help
  5678.         VALUENAME "NoDispSettingsPage"
  5679.     END POLICY
  5680.  
  5681.         POLICY !!CPL_Display_HideScrsav            
  5682.                 #if version >= 4
  5683.         SUPPORTED !!SUPPORTED_Win2k
  5684.         #endif
  5685.  
  5686.            EXPLAIN !!NoDispScrSavPage_Help
  5687.         VALUENAME "NoDispScrSavPage"
  5688.     END POLICY
  5689.  
  5690.          POLICY !!ScreenSaverActive
  5691.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5692.                 #if version >= 4
  5693.         SUPPORTED !!SUPPORTED_Win2kSP1
  5694.         #endif
  5695.  
  5696.             EXPLAIN !!ScreenSaverActive_Help
  5697.                 VALUENAME "ScreenSaveActive"
  5698.                     VALUEON  1
  5699.                     VALUEOFF 0
  5700.     END POLICY
  5701.  
  5702.     POLICY !!ScreenSaverFilename
  5703.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5704.                 #if version >= 4
  5705.         SUPPORTED !!SUPPORTED_Win2kSP1
  5706.         #endif
  5707.  
  5708.             EXPLAIN !!ScreenSaverFilename_Help
  5709.             PART !!ScreenSaverFilename EDITTEXT
  5710.             VALUENAME "SCRNSAVE.EXE"
  5711.         END PART
  5712.         END POLICY
  5713.  
  5714.         POLICY !!ScreenSaverIsSecure
  5715.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5716.                 #if version >= 4
  5717.         SUPPORTED !!SUPPORTED_Win2kSP1
  5718.         #endif
  5719.  
  5720.             EXPLAIN !!ScreenSaverIsSecure_Help
  5721.             VALUENAME "ScreenSaverIsSecure"
  5722.                 VALUEON  1
  5723.                 VALUEOFF 0
  5724.         END POLICY
  5725.  
  5726.         POLICY !!ScreenSaverTimeOut
  5727.             KEYNAME "Software\Policies\Microsoft\Windows\Control Panel\Desktop"
  5728.                 #if version >= 4
  5729.         SUPPORTED !!SUPPORTED_Win2kSP1
  5730.         #endif
  5731.  
  5732.             EXPLAIN !!ScreenSaverTimeOut_Help
  5733.             PART !!ScreenSaverTimeOut_Tip1  TEXT    
  5734.             END PART
  5735.             PART !!Blank                  TEXT    
  5736.             END PART
  5737.             PART !!ScreenSaverTimeOutFreqSpin   NUMERIC DEFAULT 900
  5738.                 MIN 0 MAX 599940 SPIN 60
  5739.                 TXTCONVERT
  5740.                 VALUENAME "ScreenSaveTimeOut"
  5741.             END PART
  5742.         END POLICY
  5743.  
  5744.     CATEGORY !!Themes
  5745.         #if version >= 4
  5746.             EXPLAIN !!Themes_Help
  5747.         #endif
  5748.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5749.  
  5750.             POLICY !!Themes_Disable_Options
  5751.             #if version >= 4
  5752.             SUPPORTED !!SUPPORTED_WindowsXP
  5753.             #endif
  5754.          
  5755.             EXPLAIN !!Themes_Disable_Options_Help
  5756.             VALUENAME "NoThemesTab"
  5757.             END POLICY
  5758.  
  5759.             POLICY !!Themes_Disable_VisualStyle
  5760.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5761.             #if version >= 4
  5762.             SUPPORTED !!SUPPORTED_WindowsXP
  5763.             #endif
  5764.          
  5765.             EXPLAIN !!Themes_Disable_VisualStyle_Help
  5766.             VALUENAME "NoVisualStyleChoice"
  5767.             END POLICY
  5768.         
  5769.             POLICY !!Themes_Lock_Themesize
  5770.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5771.             #if version >= 4
  5772.             SUPPORTED !!SUPPORTED_WindowsXP
  5773.             #endif
  5774.          
  5775.             EXPLAIN !!Themes_Lock_Themesize_Help
  5776.             VALUENAME "NoSizeChoice"
  5777.             END POLICY
  5778.  
  5779.  
  5780.             POLICY !!Themes_Disable_Color_Select
  5781.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5782.             #if version >= 4
  5783.             SUPPORTED !!SUPPORTED_WindowsXP
  5784.             #endif
  5785.          
  5786.             EXPLAIN !!Themes_Disable_Color_Select_Help
  5787.             VALUENAME "NoColorChoice"
  5788.             END POLICY
  5789.  
  5790.             POLICY !!Themes_Load_Theme
  5791.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  5792.             #if version >= 4
  5793.             SUPPORTED !!SUPPORTED_WindowsXP
  5794.             #endif
  5795.          
  5796.             EXPLAIN !!Themes_Load_Theme_Help
  5797.     
  5798.             PART !!Themes_Name          EDITTEXT
  5799.                         VALUENAME "SetVisualStyle"
  5800.                 END PART
  5801.  
  5802.             PART !!Themes_Load_Tip1        TEXT    END PART
  5803.             PART !!Themes_Load_Tip2        TEXT    END PART
  5804.             PART !!Themes_Load_Tip3        TEXT    END PART
  5805.             PART !!Themes_Load_Tip4        TEXT    END PART
  5806.             PART !!Themes_Load_Tip5        TEXT    END PART
  5807.             PART !!Themes_Load_Tip6        TEXT    END PART
  5808.             PART !!Themes_Load_Tip7        TEXT    END PART
  5809.             PART !!Themes_Load_Tip8        TEXT    END PART
  5810.             END POLICY
  5811.  
  5812.     END CATEGORY ; Themes
  5813.     
  5814.     END CATEGORY ;Display
  5815.  
  5816.     CATEGORY !!Printers
  5817.     #if version >= 4
  5818.     EXPLAIN !!Printers_Help
  5819.     #endif
  5820.  
  5821.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  5822.  
  5823.          POLICY !!IntranetPrintersUrl
  5824.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  5825.                 #if version >= 4
  5826.         SUPPORTED !!SUPPORTED_Win2k
  5827.         #endif
  5828.  
  5829.             EXPLAIN !!IntranetPrintersUrl_Help
  5830.  
  5831.             PART !!IntranetPrintersUrl_Tip1        TEXT    
  5832.             END PART
  5833.             PART !!IntranetPrintersUrl_Tip2        TEXT    
  5834.             END PART
  5835.             PART !!IntranetPrintersUrl_Tip3        TEXT    
  5836.             END PART
  5837.             PART !!IntranetPrintersUrl_Tip4        TEXT    
  5838.             END PART
  5839.             PART !!IntranetPrintersUrl_Tip5        TEXT    
  5840.             END PART
  5841.  
  5842.             PART !!IntranetPrintersUrl_Link        EDITTEXT   REQUIRED
  5843.                 VALUENAME "Printers Page URL"
  5844.                 MAXLEN 255
  5845.           END PART
  5846.         END POLICY
  5847.  
  5848.  
  5849.  
  5850.         POLICY !!DownlevelBrowse
  5851.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  5852.                 #if version >= 4
  5853.         SUPPORTED !!SUPPORTED_Win2k
  5854.         #endif
  5855.  
  5856.             EXPLAIN !!DownlevelBrowse_Help
  5857.  
  5858.             VALUENAME "Downlevel Browse"
  5859.               VALUEON NUMERIC 1
  5860.               VALUEOFF NUMERIC 0
  5861.         END POLICY
  5862.  
  5863.         POLICY !!PrinterDirectorySearchScope
  5864.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\Wizard"
  5865.                 #if version >= 4
  5866.         SUPPORTED !!SUPPORTED_Win2k
  5867.         #endif
  5868.  
  5869.             EXPLAIN !!PrinterDirectorySearchScope_Help
  5870.  
  5871.             PART !!PrinterDirectorySearchScope_Name         EDITTEXT
  5872.                 VALUENAME "Default Search Scope"
  5873.                 MAXLEN 255
  5874.         END PART
  5875.  
  5876.         PART !!PrinterDirectorySearchScope_Tip1         TEXT    
  5877.             END PART
  5878.  
  5879.         END POLICY
  5880.  
  5881.     POLICY !!PointAndPrint_Restrictions
  5882.  
  5883.             KEYNAME "Software\Policies\Microsoft\Windows NT\Printers\PointAndPrint"
  5884.                 #if version >= 4
  5885.         SUPPORTED !!SUPPORTED_WindowsXPSP1
  5886.         #endif
  5887.  
  5888.             EXPLAIN !!PointAndPrint_Restrictions_Help
  5889.  
  5890.             VALUENAME "Restricted"
  5891.               VALUEON NUMERIC 1
  5892.               VALUEOFF NUMERIC 0
  5893.  
  5894.             PART !!PointAndPrint_TrustedForest_Chk           CHECKBOX   
  5895.                 VALUENAME "InForest"
  5896.                 VALUEON  NUMERIC 1
  5897.                 VALUEOFF NUMERIC 0
  5898.             END PART
  5899.  
  5900.             PART !!PointAndPrint_TrustedServers_Chk           CHECKBOX   
  5901.                 VALUENAME "TrustedServers"
  5902.                 VALUEON  NUMERIC 1
  5903.                 VALUEOFF NUMERIC 0
  5904.             END PART
  5905.  
  5906.             PART !!PointAndPrint_TrustedServers_Edit         EDITTEXT
  5907.                 VALUENAME "ServerList"
  5908.         END PART
  5909.  
  5910.         END POLICY
  5911.  
  5912.         POLICY !!NoAddPrinter 
  5913.                 #if version >= 4
  5914.         SUPPORTED !!SUPPORTED_Win2k
  5915.         #endif
  5916.  
  5917.             EXPLAIN !!NoAddPrinter_Help
  5918.         VALUENAME "NoAddPrinter"
  5919.         END POLICY
  5920.  
  5921.  
  5922.         POLICY !!NoDeletePrinter 
  5923.                 #if version >= 4
  5924.         SUPPORTED !!SUPPORTED_Win2k
  5925.         #endif
  5926.  
  5927.             EXPLAIN !!NoDeletePrinter_Help
  5928.         VALUENAME "NoDeletePrinter"
  5929.         END POLICY
  5930.  
  5931.  
  5932.      
  5933.  
  5934.     END CATEGORY ; Printers
  5935.  
  5936.     CATEGORY !!RegionalOptions
  5937.     #if version >= 4
  5938.     EXPLAIN !!RegionalOptions_Help
  5939.     #endif
  5940.  
  5941.           POLICY !!RestrictUILangSelect
  5942.          KEYNAME "Software\Policies\Microsoft\Control Panel\Desktop"     
  5943.                  #if version >= 4
  5944.         SUPPORTED !!SUPPORTED_Win2k
  5945.         #endif
  5946.  
  5947.              EXPLAIN !!RestrictUILangSelect_Help
  5948.          PART !!UILangSelect     DROPDOWNLIST NOSORT REQUIRED
  5949.          VALUENAME "MultiUILanguageID"
  5950.          ITEMLIST
  5951.             NAME !!UILang1        VALUE 00000409 DEFAULT
  5952.             NAME !!UILang2        VALUE 00000411 
  5953.             NAME !!UILang3        VALUE 00000412
  5954.             NAME !!UILang4        VALUE 00000407
  5955.             NAME !!UILang5        VALUE 00000804
  5956.             NAME !!UILang6        VALUE 00000404
  5957.             NAME !!UILang7        VALUE 0000040c    
  5958.             NAME !!UILang8        VALUE 00000c0a    
  5959.             NAME !!UILang9        VALUE 00000410    
  5960.             NAME !!UILang10       VALUE 0000041d    
  5961.             NAME !!UILang11       VALUE 00000413    
  5962.             NAME !!UILang12       VALUE 00000416    
  5963.             NAME !!UILang13       VALUE 0000040b    
  5964.             NAME !!UILang14       VALUE 00000414
  5965.             NAME !!UILang15       VALUE 00000406
  5966.             NAME !!UILang16       VALUE 0000040e
  5967.             NAME !!UILang17       VALUE 00000415
  5968.             NAME !!UILang18       VALUE 00000419
  5969.             NAME !!UILang19       VALUE 00000405
  5970.             NAME !!UILang20       VALUE 00000408
  5971.             NAME !!UILang21       VALUE 00000816
  5972.             NAME !!UILang22       VALUE 0000041f
  5973.             NAME !!UILang23       VALUE 00000401
  5974.             NAME !!UILang24       VALUE 0000040d
  5975.             NAME !!UILang25       VALUE 0000041b
  5976.             NAME !!UILang26       VALUE 00000424
  5977.             NAME !!UILang27       VALUE 00000418
  5978.             NAME !!UILang28       VALUE 0000041a
  5979.             NAME !!UILang29       VALUE 00000402
  5980.             NAME !!UILang30       VALUE 00000425
  5981.             NAME !!UILang31       VALUE 00000427
  5982.             NAME !!UILang32       VALUE 00000426
  5983.             NAME !!UILang33       VALUE 0000041e
  5984.  
  5985.             END ITEMLIST
  5986.             END PART
  5987.     END POLICY
  5988.  
  5989.     END CATEGORY ;;RegionalOptions
  5990.  
  5991. END CATEGORY ;;cpl
  5992.  
  5993. CATEGORY  !!SharedFolders
  5994.     #if version >= 4
  5995.         EXPLAIN !!SharedFolders_Help
  5996.     #endif
  5997.  
  5998.     POLICY !!PublishSharedFolders
  5999.         KEYNAME "Software\Policies\Microsoft\Windows NT\SharedFolders"
  6000.         #if version >= 4
  6001.         SUPPORTED !!SUPPORTED_WindowsXP
  6002.         #endif
  6003.  
  6004.         EXPLAIN !!PublishSharedFolders_Help
  6005.         VALUENAME "PublishSharedFolders"
  6006.             VALUEON NUMERIC 1
  6007.             VALUEOFF NUMERIC 0
  6008.  
  6009.     END POLICY
  6010.  
  6011.     POLICY !!PublishDfsRoots
  6012.         KEYNAME "Software\Policies\Microsoft\Windows NT\SharedFolders"
  6013.         #if version >= 4
  6014.          SUPPORTED !!SUPPORTED_WindowsXP
  6015.         #endif
  6016.  
  6017.         EXPLAIN !!PublishDfsRoots_Help
  6018.         VALUENAME "PublishDfsRoots"
  6019.             VALUEON NUMERIC 1
  6020.             VALUEOFF NUMERIC 0
  6021.  
  6022.     END POLICY
  6023.  
  6024. END CATEGORY  ; SharedFolders
  6025.  
  6026. CATEGORY !!Network
  6027.     #if version >= 4
  6028.     EXPLAIN !!Network_Help
  6029.     #endif
  6030.  
  6031.     CATEGORY !!Cat_OfflineFiles
  6032.     #if version >= 4
  6033.     EXPLAIN !!Cat_OfflineFiles_Help
  6034.     #endif
  6035.  
  6036.     KEYNAME "Software\Policies\Microsoft\Windows\NetCache"
  6037.  
  6038.         POLICY !!Pol_NoConfigCache
  6039.                  #if version >= 4
  6040.         SUPPORTED !!SUPPORTED_Win2k
  6041.         #endif
  6042.  
  6043.         EXPLAIN !!Pol_NoConfigCache_Help
  6044.          VALUENAME "NoConfigCache"
  6045.  
  6046.         PART !!Lbl_NoConfigCacheHelp1       TEXT    
  6047.         END PART
  6048.     END POLICY
  6049.  
  6050.     POLICY !!Pol_SyncAtLogon
  6051.             #if version >= 4
  6052.         SUPPORTED !!SUPPORTED_Win2k
  6053.         #endif
  6054.  
  6055.             EXPLAIN !!Pol_SyncAtLogon_Help
  6056.             VALUENAME "SyncAtLogon"
  6057.         VALUEON  NUMERIC 1
  6058.         VALUEOFF NUMERIC 0
  6059.  
  6060.     END POLICY
  6061.  
  6062.  
  6063.  
  6064.         POLICY !!Pol_SyncAtLogoff
  6065.            #if version >= 4
  6066.         SUPPORTED !!SUPPORTED_Win2k
  6067.         #endif
  6068.  
  6069.             EXPLAIN !!Pol_SyncAtLogoff_Help
  6070.             VALUENAME "SyncAtLogoff"
  6071.         VALUEON  NUMERIC 1
  6072.         VALUEOFF NUMERIC 0
  6073.  
  6074.         END POLICY
  6075.  
  6076.  
  6077.     POLICY !!Pol_SyncAtSuspend
  6078.              
  6079.         #if version >= 4
  6080.             SUPPORTED !!SUPPORTED_Win2k
  6081.             #endif
  6082.  
  6083.             EXPLAIN !!Pol_SyncAtSuspend_Help
  6084.     
  6085.             PART !!Lbl_SyncAtSuspendHelp1     TEXT   
  6086.         END PART
  6087.             PART !!Blank                        TEXT    
  6088.         END PART
  6089.  
  6090.             PART !!Lbl_SyncAtSuspendCombo     DROPDOWNLIST REQUIRED
  6091.         VALUENAME "SyncAtSuspend"
  6092.             ITEMLIST
  6093.             NAME !!Lbl_QuickSync            VALUE NUMERIC 0 DEFAULT
  6094.             NAME !!Lbl_FullSync             VALUE NUMERIC 1
  6095.             END ITEMLIST
  6096.             END PART
  6097.         END POLICY
  6098.  
  6099.  
  6100.         POLICY !!Pol_GoOfflineAction
  6101.             #if version >= 4
  6102.         SUPPORTED !!SUPPORTED_Win2k
  6103.         #endif
  6104.  
  6105.         EXPLAIN !!Pol_GoOfflineAction_Help
  6106.  
  6107.         PART !!Lbl_GoOfflineActionHelp1     TEXT    
  6108.             END PART
  6109.         PART !!Lbl_GoOfflineActionHelp2     TEXT    
  6110.         END PART
  6111.         PART !!Blank                        TEXT    
  6112.         END PART
  6113.  
  6114.         PART !!Lbl_GoOfflineActionCombo     DROPDOWNLIST REQUIRED
  6115.         VALUENAME "GoOfflineAction"
  6116.                 ITEMLIST
  6117.             NAME !!Lbl_WorkOffline      VALUE NUMERIC 0 DEFAULT
  6118.                 NAME !!Lbl_Fail             VALUE NUMERIC 1
  6119.         END ITEMLIST
  6120.         END PART
  6121.  
  6122.             PART !!Blank                        TEXT    
  6123.         END PART
  6124.         PART !!Lbl_GoOfflineActionHelp3     TEXT    
  6125.         END PART
  6126.         PART !!Lbl_GoOfflineActionHelp4     TEXT    
  6127.         END PART
  6128.         END POLICY
  6129.  
  6130.         POLICY !!Pol_CustomGoOfflineActions
  6131.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\CustomGoOfflineActions"
  6132.              #if version >= 4
  6133.         SUPPORTED !!SUPPORTED_Win2k
  6134.         #endif
  6135.  
  6136.             EXPLAIN !!Pol_CustomGoOfflineActions_Help
  6137.         
  6138.             PART !!Lbl_CustomGoOfflineActionsHelp1  TEXT   
  6139.             END PART
  6140.             PART !!Lbl_CustomGoOfflineActionsHelp2  TEXT   
  6141.             END PART
  6142.             PART !!Blank                            TEXT   
  6143.             END PART
  6144.  
  6145.              PART !!Lbl_CustomGoOfflineActionsList   LISTBOX EXPLICITVALUE 
  6146.             END PART
  6147.  
  6148.             PART !!Lbl_CustomGoOfflineActionsHelp3  TEXT   
  6149.             END PART
  6150.             PART !!Lbl_CustomGoOfflineActionsHelp4  TEXT   
  6151.             END PART
  6152.             PART !!Lbl_CustomGoOfflineActionsHelp5  TEXT   
  6153.             END PART
  6154.         END POLICY
  6155.  
  6156.         POLICY !!Pol_NoMakeAvailableOffline
  6157.           #if version >= 4
  6158.         SUPPORTED !!SUPPORTED_Win2k
  6159.         #endif
  6160.  
  6161.         EXPLAIN !!Pol_NoMakeAvailableOffline_Help
  6162.  
  6163.             VALUENAME "NoMakeAvailableOffline"
  6164.  
  6165.         END POLICY
  6166.  
  6167.         POLICY !!Pol_NoCacheViewer
  6168.             #if version >= 4
  6169.         SUPPORTED !!SUPPORTED_Win2k
  6170.         #endif
  6171.  
  6172.             EXPLAIN !!Pol_NoCacheViewer_Help
  6173.             VALUENAME "NoCacheViewer"
  6174.  
  6175.         END POLICY
  6176.  
  6177.     POLICY !!Pol_AssignedOfflineFiles
  6178.             KEYNAME "Software\Policies\Microsoft\Windows\NetCache\AssignedOfflineFolders"
  6179.              #if version >= 4
  6180.         SUPPORTED !!SUPPORTED_Win2k
  6181.         #endif
  6182.  
  6183.             EXPLAIN !!Pol_AssignedOfflineFiles_Help
  6184.  
  6185.             PART !!Lbl_AssignedOfflineFilesHelp1    TEXT    
  6186.             END PART
  6187.                 PART !!Lbl_AssignedOfflineFilesHelp2    TEXT    
  6188.             END PART
  6189.                 PART !!Lbl_AssignedOfflineFilesHelp3    TEXT    
  6190.             END PART
  6191.  
  6192.             PART !!Blank                            TEXT    
  6193.             END PART
  6194.         
  6195.             PART !!Lbl_AssignedOfflineFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  6196.             END PART
  6197.         END POLICY
  6198.  
  6199.         POLICY !!Pol_NoReminders
  6200.              #if version >= 4
  6201.         SUPPORTED !!SUPPORTED_Win2k
  6202.         #endif
  6203.  
  6204.             EXPLAIN !!Pol_NoReminders_Help
  6205.             VALUENAME "NoReminders"
  6206.             VALUEON  NUMERIC 1
  6207.             VALUEOFF NUMERIC 0
  6208.  
  6209.         END POLICY
  6210.  
  6211.         POLICY !!Pol_ReminderFreq
  6212.               #if version >= 4
  6213.         SUPPORTED !!SUPPORTED_Win2k
  6214.         #endif
  6215.  
  6216.             EXPLAIN !!Pol_ReminderFreq_Help
  6217.  
  6218.             PART !!Lbl_ReminderFreqHelp1  TEXT    
  6219.             END PART
  6220.             PART !!Blank                  TEXT    
  6221.             END PART
  6222.  
  6223.             PART !!Lbl_ReminderFreqSpin         NUMERIC DEFAULT 60 
  6224.         MIN 0 MAX 1440 SPIN 10
  6225.             VALUENAME "ReminderFreqMinutes"
  6226.             END PART
  6227.         END POLICY
  6228.  
  6229.         POLICY !!Pol_ReminderInitTimeout
  6230.             #if version >= 4
  6231.         SUPPORTED !!SUPPORTED_Win2k
  6232.         #endif
  6233.  
  6234.             EXPLAIN !!Pol_ReminderInitTimeout_Help
  6235.  
  6236.             PART !!Lbl_ReminderInitTimeoutHelp1  TEXT    
  6237.             END PART
  6238.             PART !!Lbl_ReminderInitTimeoutHelp2  TEXT    
  6239.             END PART
  6240.             PART !!Blank                         TEXT    
  6241.             END PART
  6242.  
  6243.             PART !!Lbl_ReminderInitTimeoutSpin   NUMERIC DEFAULT 30
  6244.         MIN 10 MAX 60 SPIN 1
  6245.             VALUENAME "InitialBalloonTimeoutSeconds"
  6246.             END PART
  6247.         END POLICY
  6248.  
  6249.         POLICY !!Pol_ReminderTimeout
  6250.              #if version >= 4
  6251.         SUPPORTED !!SUPPORTED_Win2k
  6252.         #endif
  6253.  
  6254.             EXPLAIN !!Pol_ReminderTimeout_Help
  6255.  
  6256.             PART !!Lbl_ReminderTimeoutHelp1  TEXT    
  6257.             END PART
  6258.             PART !!Lbl_ReminderTimeoutHelp2  TEXT    
  6259.             END PART
  6260.             PART !!Blank                     TEXT    
  6261.             END PART
  6262.  
  6263.             PART !!Lbl_ReminderTimeoutSpin   NUMERIC DEFAULT 15 
  6264.                 MIN 10 MAX 60 SPIN 1
  6265.             VALUENAME "ReminderBalloonTimeoutSeconds"
  6266.             END PART
  6267.         END POLICY
  6268.  
  6269.         POLICY !!Pol_EventLoggingLevel
  6270.              #if version >= 4
  6271.         SUPPORTED !!SUPPORTED_Win2k
  6272.         #endif
  6273.  
  6274.              EXPLAIN !!Pol_EventLoggingLevel_Help
  6275.             PART !!Blank              TEXT    
  6276.             END PART
  6277.  
  6278.             PART !!Lbl_EventLoggingLevelSpin   NUMERIC DEFAULT  0
  6279.         MIN 0 MAX 3 SPIN 1
  6280.             VALUENAME "EventLoggingLevel"
  6281.             END PART
  6282.  
  6283.             PART !!Blank              TEXT    
  6284.             END PART
  6285.             PART !!Lbl_EventLoggingLevelHelp1  TEXT    
  6286.             END PART
  6287.             PART !!Lbl_EventLoggingLevelHelp2  TEXT    
  6288.             END PART
  6289.             PART !!Lbl_EventLoggingLevelHelp3  TEXT    
  6290.             END PART
  6291.             PART !!Lbl_EventLoggingLevelHelp4  TEXT    
  6292.             END PART
  6293.         END POLICY
  6294.  
  6295.     POLICY !!Pol_NoPinFiles
  6296.         KEYNAME "Software\Policies\Microsoft\Windows\NetCache\NoMakeAvailableOfflineList"
  6297.         #if version >= 4
  6298.             SUPPORTED !!SUPPORTED_WindowsXP
  6299.         #endif
  6300.     
  6301.         EXPLAIN !!Pol_NoPinFiles_Help
  6302.  
  6303.         PART !!Lbl_NoPinFilesHelp1    TEXT    
  6304.             END PART
  6305.  
  6306.             PART !!Blank                  TEXT    
  6307.             END PART
  6308.         
  6309.         PART !!Lbl_NoPinFilesList   LISTBOX EXPLICITVALUE ADDITIVE
  6310.         END PART
  6311.         
  6312.     END POLICY
  6313.  
  6314.     POLICY !!DisableFRAdminPin
  6315.          #if version >= 4
  6316.         SUPPORTED !!SUPPORTED_WindowsXP
  6317.          #endif
  6318.  
  6319.         EXPLAIN !!DisableFRAdminPin_Help
  6320.           VALUENAME "DisableFRAdminPin"
  6321.           VALUEON  NUMERIC 1
  6322.           VALUEOFF NUMERIC 0
  6323.  
  6324.     END POLICY
  6325.  
  6326.  
  6327.     END CATEGORY   ; Cat_OfflineFiles
  6328.  
  6329.  
  6330.     CATEGORY !!NetworkConnections
  6331.     #if version >= 4
  6332.     EXPLAIN !!NetworkConnections_User_Help
  6333.     #endif
  6334.  
  6335.         KEYNAME "Software\Policies\Microsoft\Windows\Network Connections"
  6336.  
  6337.         POLICY !!NC_RenameConnection
  6338.           #if version >= 4
  6339.           SUPPORTED !!SUPPORTED_Win2kSP1
  6340.         #endif
  6341.  
  6342.  
  6343.             EXPLAIN !!NC_RenameConnection_Help
  6344.             VALUENAME "NC_RenameConnection"
  6345.             VALUEON     NUMERIC 1 
  6346.         VALUEOFF    NUMERIC 0
  6347.         END POLICY
  6348.  
  6349.         POLICY !!NC_LanChangeProperties
  6350.           #if version >= 4
  6351.           SUPPORTED !!SUPPORTED_Win2kSP1
  6352.         #endif
  6353.  
  6354.             EXPLAIN !!NC_LanChangeProperties_Help
  6355.             VALUENAME "NC_LanChangeProperties"
  6356.             VALUEON     NUMERIC 0 
  6357.         VALUEOFF    NUMERIC 1
  6358.         END POLICY
  6359.  
  6360.         POLICY !!NC_RasChangeProperties
  6361.           #if version >= 4
  6362.           SUPPORTED !!SUPPORTED_Win2kSP1
  6363.         #endif
  6364.  
  6365.  
  6366.             EXPLAIN !!NC_RasChangeProperties_Help
  6367.             VALUENAME "NC_RasChangeProperties"
  6368.             VALUEON     NUMERIC 0 
  6369.         VALUEOFF    NUMERIC 1
  6370.         END POLICY
  6371.  
  6372.         POLICY !!NC_AllowAdvancedTCPIPConfig
  6373.           #if version >= 4
  6374.           SUPPORTED !!SUPPORTED_Win2kSP1
  6375.         #endif
  6376.  
  6377.  
  6378.             EXPLAIN !!NC_AllowAdvancedTCPIPConfig_Help
  6379.             VALUENAME "NC_AllowAdvancedTCPIPConfig"
  6380.                 VALUEON         NUMERIC 0 
  6381.                 VALUEOFF        NUMERIC 1
  6382.         END POLICY
  6383.  
  6384.     POLICY !!NC_AdvancedSettings
  6385.           #if version >= 4
  6386.           SUPPORTED !!SUPPORTED_Win2kSP1
  6387.         #endif
  6388.  
  6389.             EXPLAIN !!NC_AdvancedSettings_Help
  6390.             VALUENAME "NC_AdvancedSettings"
  6391.             VALUEON     NUMERIC 0 
  6392.     VALUEOFF    NUMERIC 1
  6393.         END POLICY
  6394.  
  6395.         POLICY !!NC_AddRemoveComponents
  6396.           #if version >= 4
  6397.           SUPPORTED !!SUPPORTED_Win2kSP1
  6398.         #endif
  6399.  
  6400.             EXPLAIN !!NC_AddRemoveComponents_Help
  6401.             VALUENAME "NC_AddRemoveComponents"
  6402.                 VALUEON      NUMERIC 0 
  6403.                 VALUEOFF    NUMERIC 1
  6404.         END POLICY
  6405.  
  6406.         POLICY !!NC_LanProperties
  6407.           #if version >= 4
  6408.           SUPPORTED !!SUPPORTED_Win2kSP1
  6409.         #endif
  6410.  
  6411.             EXPLAIN !!NC_LanProperties_Help
  6412.             VALUENAME "NC_LanProperties"
  6413.             VALUEON     NUMERIC 0 
  6414.     VALUEOFF    NUMERIC 1
  6415.         END POLICY
  6416.  
  6417.         POLICY !!NC_ChangeBindState
  6418.           #if version >= 4
  6419.           SUPPORTED !!SUPPORTED_Win2kSP1
  6420.         #endif
  6421.  
  6422.             EXPLAIN !!NC_ChangeBindState_Help
  6423.                 VALUENAME "NC_ChangeBindState"
  6424.             VALUEON     NUMERIC 0 
  6425.     VALUEOFF    NUMERIC 1
  6426.         END POLICY
  6427.  
  6428.         POLICY !!NC_RasAllUserProperties
  6429.           #if version >= 4
  6430.           SUPPORTED !!SUPPORTED_Win2kSP1
  6431.         #endif
  6432.  
  6433.  
  6434.             EXPLAIN !!NC_RasAllUserProperties_Help
  6435.             VALUENAME "NC_RasAllUserProperties"
  6436.             VALUEON      NUMERIC 1 
  6437.         VALUEOFF     NUMERIC 0
  6438.         END POLICY
  6439.  
  6440.         POLICY !!NC_RasMyProperties
  6441.           #if version >= 4
  6442.           SUPPORTED !!SUPPORTED_Win2kSP1
  6443.         #endif
  6444.  
  6445.  
  6446.             EXPLAIN !!NC_RasMyProperties_Help
  6447.             VALUENAME "NC_RasMyProperties"
  6448.             VALUEON      NUMERIC 0 
  6449.         VALUEOFF     NUMERIC 1
  6450.         END POLICY
  6451.  
  6452.         POLICY !!NC_DeleteConnection
  6453.           #if version >= 4
  6454.           SUPPORTED !!SUPPORTED_Win2kSP1
  6455.         #endif
  6456.  
  6457.  
  6458.             EXPLAIN !!NC_DeleteConnection_Help
  6459.             VALUENAME "NC_DeleteConnection"
  6460.             VALUEON     NUMERIC 0 
  6461.         VALUEOFF   NUMERIC 1
  6462.         END POLICY
  6463.  
  6464.         POLICY !!NC_DeleteAllUserConnection
  6465.           #if version >= 4
  6466.           SUPPORTED !!SUPPORTED_Win2kSP1
  6467.         #endif
  6468.  
  6469.  
  6470.             EXPLAIN !!NC_DeleteAllUserConnection_Help
  6471.             VALUENAME "NC_DeleteAllUserConnection"
  6472.                 VALUEON         NUMERIC 1
  6473.                 VALUEOFF        NUMERIC 0
  6474.         END POLICY
  6475.  
  6476.         POLICY !!NC_RasConnect
  6477.           #if version >= 4
  6478.           SUPPORTED !!SUPPORTED_Win2kSP1
  6479.         #endif
  6480.  
  6481.             EXPLAIN !!NC_RasConnect_Help
  6482.             VALUENAME "NC_RasConnect"
  6483.             VALUEON     NUMERIC 0 
  6484.         VALUEOFF   NUMERIC 1
  6485.         END POLICY
  6486.  
  6487.         POLICY !!NC_LanConnect
  6488.           #if version >= 4
  6489.           SUPPORTED !!SUPPORTED_Win2kSP1
  6490.         #endif
  6491.  
  6492.             EXPLAIN !!NC_LanConnect_Help
  6493.             VALUENAME "NC_LanConnect"
  6494.             VALUEON      NUMERIC 1 
  6495.         VALUEOFF    NUMERIC 0
  6496.         END POLICY
  6497.  
  6498.         POLICY !!NC_NewConnectionWizard
  6499.           #if version >= 4
  6500.           SUPPORTED !!SUPPORTED_Win2kSP1
  6501.         #endif
  6502.  
  6503.             EXPLAIN !!NC_NewConnectionWizard_Help
  6504.             VALUENAME "NC_NewConnectionWizard"
  6505.                 VALUEON     NUMERIC 0 
  6506.                 VALUEOFF    NUMERIC 1
  6507.         END POLICY
  6508.  
  6509.         POLICY !!NC_RenameLanConnection
  6510.           #if version >= 4
  6511.           SUPPORTED !!SUPPORTED_WindowsXP
  6512.         #endif
  6513.  
  6514.  
  6515.             EXPLAIN !!NC_RenameLanConnection_Help
  6516.             VALUENAME "NC_RenameLanConnection"
  6517.                 VALUEON     NUMERIC 1 
  6518.                 VALUEOFF    NUMERIC 0
  6519.         END POLICY
  6520.  
  6521.         POLICY !!NC_RenameAllUserRasConnection
  6522.           #if version >= 4
  6523.           SUPPORTED !!SUPPORTED_WindowsXP
  6524.         #endif
  6525.  
  6526.  
  6527.             EXPLAIN !!NC_RenameAllUserRasConnection_Help
  6528.             VALUENAME "NC_RenameAllUserRasConnection"
  6529.                 VALUEON     NUMERIC 1 
  6530.                 VALUEOFF    NUMERIC 0
  6531.         END POLICY
  6532.  
  6533.         POLICY !!NC_RenameMyRasConnection
  6534.           #if version >= 4
  6535.           SUPPORTED !!SUPPORTED_Win2kSP1
  6536.         #endif
  6537.  
  6538.  
  6539.            EXPLAIN !!NC_RenameMyRasConnection_Help
  6540.            VALUENAME "NC_RenameMyRasConnection"
  6541.             VALUEON     NUMERIC 0 
  6542.         VALUEOFF    NUMERIC 1
  6543.         END POLICY
  6544.  
  6545.         POLICY !!NC_DialupPrefs
  6546.  
  6547.           #if version >= 4
  6548.           SUPPORTED !!SUPPORTED_Win2kSP1
  6549.         #endif
  6550.  
  6551.  
  6552.             EXPLAIN !!NC_DialupPrefs_Help
  6553.             VALUENAME "NC_DialupPrefs"
  6554.             VALUEON     NUMERIC 0 
  6555.         VALUEOFF    NUMERIC 1
  6556.         END POLICY
  6557.  
  6558.         POLICY !!NC_Statistics
  6559.           #if version >= 4
  6560.           SUPPORTED !!SUPPORTED_Win2kSP1
  6561.         #endif
  6562.  
  6563.  
  6564.             EXPLAIN !!NC_Statistics_Help
  6565.             VALUENAME "NC_Statistics"
  6566.             VALUEON     NUMERIC 0 
  6567.         VALUEOFF    NUMERIC 1
  6568.         END POLICY
  6569.  
  6570.         POLICY !!NC_EnableAdminProhibits
  6571.  
  6572.           #if version >= 4
  6573.           SUPPORTED !!SUPPORTED_WindowsxP
  6574.         #endif
  6575.  
  6576.  
  6577.             EXPLAIN !!NC_EnableAdminProhibits_Help
  6578.             VALUENAME "NC_EnableAdminProhibits"
  6579.             VALUEON     NUMERIC 1 
  6580.         VALUEOFF    NUMERIC 0
  6581.         END POLICY
  6582.     
  6583.     END CATEGORY  ;NetworkConnections
  6584.    
  6585. END CATEGORY  ;Network
  6586.  
  6587. CATEGORY !!AdministrativeServices
  6588.     #if version >= 4
  6589.        EXPLAIN !!AdministrativeServices_Help
  6590.     #endif
  6591.  
  6592.    POLICY !!NoWelcomeTips
  6593.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6594.     #if version >= 4
  6595.     SUPPORTED !!SUPPORTED_Win2kOnly
  6596.     #endif
  6597.     EXPLAIN !!NoWelcomeTips_Help 
  6598.            VALUENAME "NoWelcomeScreen"
  6599.         END POLICY
  6600.  
  6601.  
  6602.     POLICY !!Y2K
  6603.     KEYNAME "Software\Policies\Microsoft\Control Panel\International\Calendars\TwoDigitYearMax"
  6604.     #if version >= 4
  6605.     SUPPORTED !!SUPPORTED_Win2k
  6606.     #endif
  6607.  
  6608.     EXPLAIN !!Y2K_Help
  6609.  
  6610.         PART !!Y2KSysCtrl   TEXT    
  6611.     END PART 
  6612.         PART !!Y2KYear    NUMERIC
  6613.             VALUENAME "1"
  6614.         MIN 2001 MAX 2099 DEFAULT 2029
  6615.         TXTCONVERT
  6616.     END PART
  6617.     END POLICY
  6618.  
  6619.     POLICY !!DriverSearchPlaces
  6620.         KEYNAME Software\Policies\Microsoft\Windows\DriverSearching
  6621.         #if version >= 4
  6622.         SUPPORTED !!SUPPORTED_WindowsXP
  6623.         #endif
  6624.  
  6625.         EXPLAIN !!DriverSearchPlaces_Help
  6626.  
  6627.         PART !!DriverSearchPlaces_Floppies         CHECKBOX 
  6628.             VALUENAME "DontSearchFloppies"
  6629.         END PART
  6630.  
  6631.         PART !!DriverSearchPlaces_CD             CHECKBOX 
  6632.             VALUENAME "DontSearchCD"
  6633.         END PART
  6634.  
  6635.         PART !!DriverSearchPlaces_WindowsUpdate    CHECKBOX 
  6636.             VALUENAME "DontSearchWindowsUpdate"
  6637.         END PART
  6638.     END POLICY
  6639.         
  6640.     POLICY !!DriverSigning
  6641.     KEYNAME "Software\Policies\Microsoft\Windows NT\Driver Signing"
  6642.         #if version >= 4
  6643.     SUPPORTED !!SUPPORTED_Win2k
  6644.     #endif
  6645.  
  6646.       EXPLAIN !!DriverSigning_Help
  6647.  
  6648.       PART !!DriverSigningOp     DROPDOWNLIST  NOSORT
  6649.         VALUENAME "BehaviorOnFailedVerify"
  6650.             ITEMLIST
  6651.                 NAME !!DriverSign_None      VALUE NUMERIC  0
  6652.                 NAME !!DriverSign_Warn      VALUE NUMERIC  1 DEFAULT
  6653.                 NAME !!DriverSign_Block     VALUE NUMERIC  2
  6654.              END ITEMLIST
  6655.         END PART
  6656.     END POLICY
  6657.  
  6658.     POLICY !!ShellName
  6659.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6660.     #if version >= 4
  6661.     SUPPORTED !!SUPPORTED_Win2k
  6662.     #endif
  6663.  
  6664.       EXPLAIN !!ShellName_Help
  6665.  
  6666.       PART !!ShellNameInst         EDITTEXT REQUIRED
  6667.           VALUENAME "Shell"
  6668.        END PART
  6669.     END POLICY
  6670.  
  6671.     POLICY !!DisableCMD
  6672.       KEYNAME "Software\Policies\Microsoft\Windows\System"
  6673.     #if version >= 4
  6674.     SUPPORTED !!SUPPORTED_Win2k
  6675.     #endif
  6676.  
  6677.         EXPLAIN !!DisableCMD_Help
  6678.  
  6679.         PART !!DisableCMDScripts     DROPDOWNLIST  NOSORT
  6680.          VALUENAME "DisableCMD"
  6681.          ITEMLIST
  6682.              NAME !!DisableCMD_YES    VALUE NUMERIC  1 
  6683.              NAME !!DisableCMD_NO     VALUE NUMERIC  2 DEFAULT
  6684.           END ITEMLIST
  6685.     END PART
  6686.     END POLICY
  6687.  
  6688.     POLICY !!DisableRegedit
  6689.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6690.     #if version >= 4
  6691.     SUPPORTED !!SUPPORTED_Win2k
  6692.     #endif
  6693.  
  6694.         EXPLAIN !!DisableRegedit_Help
  6695.         VALUENAME "DisableRegistryTools"
  6696.     END POLICY
  6697.  
  6698.     POLICY !!RestrictApps
  6699.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6700.     #if version >= 4
  6701.     SUPPORTED !!SUPPORTED_Win2k
  6702.     #endif
  6703.  
  6704.       EXPLAIN !!RestrictApps_Help
  6705.     VALUENAME "RestrictRun"
  6706.  
  6707.     PART !!RestrictAppsList LISTBOX
  6708.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\RestrictRun"
  6709.         VALUEPREFIX ""
  6710.     END PART
  6711.  
  6712.     END POLICY
  6713.  
  6714.     POLICY !!DisallowApps
  6715.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6716.     #if version >= 4
  6717.     SUPPORTED !!SUPPORTED_Win2k
  6718.     #endif
  6719.  
  6720.     EXPLAIN !!DisallowApps_Help
  6721.     VALUENAME "DisallowRun"
  6722.  
  6723.     PART !!DisallowAppsList LISTBOX
  6724.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\DisallowRun"
  6725.         VALUEPREFIX ""
  6726.     END PART
  6727.  
  6728.     END POLICY 
  6729.  
  6730.     POLICY !!Autorun
  6731.          KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6732.     #if version >= 4
  6733.     SUPPORTED !!SUPPORTED_Win2k
  6734.     #endif
  6735.  
  6736.     EXPLAIN !!Autorun_Help
  6737.         PART !!Autorun_Box          DROPDOWNLIST REQUIRED
  6738.             VALUENAME "NoDriveTypeAutoRun"
  6739.         ITEMLIST
  6740.                    NAME !!Autorun_NoCD        VALUE NUMERIC 181  DEFAULT
  6741.         NAME !!Autorun_None       VALUE NUMERIC 255
  6742.             END ITEMLIST
  6743.         END PART
  6744.     END POLICY
  6745.  
  6746.     POLICY !!RestrictRunFromHelp
  6747.     #if version >= 4
  6748.     SUPPORTED !!SUPPORTED_WindowsXP
  6749.     #endif
  6750.  
  6751.       KEYNAME "Software\Policies\Microsoft\Windows\System" 
  6752.       EXPLAIN !!RestrictRunFromHelp_Help
  6753.  
  6754.       PART !!RestrictRunFromHelp_Edit EDITTEXT REQUIRED
  6755.                 VALUENAME "DisableInHelp"
  6756.       END PART
  6757.  
  6758.       PART !!RestrictRunFromHelp_Example TEXT
  6759.       END PART
  6760.  
  6761.     END POLICY
  6762.  
  6763.     POLICY !!AppMgmt_COM_SearchForCLSID
  6764.             KEYNAME "Software\Policies\Microsoft\Windows\App Management"
  6765.         #if version >= 4
  6766.         SUPPORTED !!SUPPORTED_Win2k
  6767.         #endif
  6768.  
  6769.             EXPLAIN !!AppMgmt_COM_SearchForCLSID_Help
  6770.             VALUENAME "COMClassStore"
  6771.     END POLICY
  6772.  
  6773.     POLICY !!NoAutoUpdate
  6774.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6775.           #if version >= 4
  6776.         SUPPORTED !!SUPPORTED_WindowsXPOnly
  6777.           #endif
  6778.  
  6779.             EXPLAIN !!NoAutoUpdate_Help
  6780.             VALUENAME "NoAutoUpdate"
  6781.             VALUEON NUMERIC 1
  6782.             VALUEOFF NUMERIC 0
  6783.     END POLICY
  6784.  
  6785.     CATEGORY !!UserProfiles
  6786.     #if version >= 4
  6787.     EXPLAIN !!UserProfiles_Help
  6788.     #endif
  6789.  
  6790.     POLICY !!Connect_HomeDir_ToRoot
  6791.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6792.             #if version >= 4
  6793.         SUPPORTED !!SUPPORTED_Win2k
  6794.         #endif
  6795.  
  6796.             EXPLAIN !!Connect_HomeDir_ToRoot_Explain
  6797.             VALUENAME "ConnectHomeDirToRoot"
  6798.                 VALUEON    NUMERIC 1
  6799.                 VALUEOFF  NUMERIC 0
  6800.         END POLICY
  6801.  
  6802.         POLICY !!LimitSize
  6803.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6804.             #if version >= 4
  6805.         SUPPORTED !!SUPPORTED_Win2k
  6806.         #endif
  6807.  
  6808.             EXPLAIN !!LimitSize_Help
  6809.             VALUENAME "EnableProfileQuota"
  6810.  
  6811.             PART !!SizeMessage                   EDITTEXT
  6812.                DEFAULT !!DefaultSizeMessage
  6813.                 VALUENAME "ProfileQuotaMessage"
  6814.             END PART
  6815.  
  6816.             PART !!ProfileSize                   NUMERIC REQUIRED SPIN 100
  6817.                 VALUENAME "MaxProfileSize"
  6818.                     DEFAULT 30000
  6819.                     MAX    30000
  6820.                     MIN    300
  6821.             END PART
  6822.  
  6823.             PART !!IncludeRegInProQuota          CHECKBOX
  6824.                 VALUENAME "IncludeRegInProQuota"
  6825.             END PART
  6826.  
  6827.             PART !!WarnUser                      CHECKBOX
  6828.                 VALUENAME "WarnUser"
  6829.             END PART
  6830.  
  6831.             PART !!WarnUserTimeout               NUMERIC REQUIRED SPIN 5
  6832.                 VALUENAME "WarnUserTimeout"
  6833.                 DEFAULT 15
  6834.                 MIN    0
  6835.             END PART
  6836.         END POLICY
  6837.  
  6838.         POLICY !!ExcludeDirectories
  6839.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  6840.             #if version >= 4
  6841.         SUPPORTED !!SUPPORTED_Win2k
  6842.         #endif
  6843.  
  6844.             EXPLAIN !!ExcludeDirectories_Help
  6845.  
  6846.             PART !!ExcludeMessage                EDITTEXT
  6847.             VALUENAME "ExcludeProfileDirs"
  6848.             MAXLEN 260
  6849.             END PART
  6850.  
  6851.             PART !!Exclude_Tip1                  TEXT  
  6852.             END PART
  6853.             PART !!Exclude_Tip2                  TEXT  
  6854.             END PART
  6855.         END POLICY
  6856.     
  6857.     END CATEGORY  ;  User Profiles
  6858.  
  6859.     CATEGORY !!Scripts
  6860.     #if version >= 4
  6861.     EXPLAIN !!Scripts_Help
  6862.     #endif
  6863.         POLICY !!Run_Logon_Script_Sync
  6864.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6865.             #if version >= 4
  6866.         SUPPORTED !!SUPPORTED_Win2k
  6867.         #endif
  6868.  
  6869.             EXPLAIN !!Run_Logon_Script_Sync_Help
  6870.             VALUENAME "RunLogonScriptSync"
  6871.         END POLICY
  6872.  
  6873.         POLICY !!Run_Legacy_Logon_Script_Hidden
  6874.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6875.             #if version >= 4
  6876.         SUPPORTED !!SUPPORTED_Win2k
  6877.         #endif
  6878.  
  6879.             EXPLAIN !!Run_Legacy_Logon_Script_Hidden_Explain
  6880.             VALUENAME "HideLegacyLogonScripts"
  6881.                 VALUEON     NUMERIC 1
  6882.                 VALUEOFF   NUMERIC 0
  6883.         END POLICY
  6884.  
  6885.         POLICY !!Run_Logon_Script_Visible
  6886.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6887.             #if version >= 4
  6888.         SUPPORTED !!SUPPORTED_Win2k
  6889.         #endif
  6890.  
  6891.             EXPLAIN !!Run_Logon_Script_Visible_Explain
  6892.             VALUENAME "HideLogonScripts"
  6893.                 VALUEON     NUMERIC 0
  6894.                 VALUEOFF    NUMERIC 1
  6895.         END POLICY
  6896.  
  6897.         POLICY !!Run_Logoff_Script_Visible
  6898.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6899.             #if version >= 4
  6900.         SUPPORTED !!SUPPORTED_Win2k
  6901.         #endif
  6902.  
  6903.             EXPLAIN !!Run_Logoff_Script_Visible_Explain
  6904.             VALUENAME "HideLogoffScripts"
  6905.                 VALUEON    NUMERIC 0
  6906.                 VALUEOFF  NUMERIC 1
  6907.         END POLICY
  6908.  
  6909.     END CATEGORY  ; Scripts
  6910.  
  6911.     CATEGORY !!CADOptions
  6912.     #if version >= 4
  6913.     EXPLAIN !!CADOptions_Help
  6914.     #endif
  6915.  
  6916.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\System"
  6917.  
  6918.     POLICY !!DisableTaskMgr    
  6919.             #if version >= 4
  6920.         SUPPORTED !!SUPPORTED_Win2k
  6921.         #endif
  6922.  
  6923.             EXPLAIN !!DisableTaskMgr_Help
  6924.             VALUENAME "DisableTaskMgr"
  6925.         END POLICY
  6926.  
  6927.         POLICY !!DisableLockComputer     
  6928.             #if version >= 4
  6929.         SUPPORTED !!SUPPORTED_Win2k
  6930.         #endif
  6931.  
  6932.             EXPLAIN !!DisableLockComputer_Help
  6933.             VALUENAME "DisableLockWorkstation"
  6934.         END POLICY
  6935.  
  6936.         POLICY !!DisableChangePassword    
  6937.             #if version >= 4
  6938.         SUPPORTED !!SUPPORTED_Win2k
  6939.         #endif
  6940.  
  6941.             EXPLAIN !!DisableChangePassword_Help
  6942.             VALUENAME "DisableChangePassword"
  6943.         END POLICY
  6944.  
  6945.     POLICY !!NoLogoff 
  6946.           KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6947.             #if version >= 4
  6948.         SUPPORTED !!SUPPORTED_Win2k
  6949.         #endif
  6950.  
  6951.             EXPLAIN !!NoLogOff_Help
  6952.             VALUENAME "NoLogoff"
  6953.         END POLICY
  6954.    
  6955.     END CATEGORY ; Ctrl+Alt+Del options
  6956.  
  6957.     CATEGORY !!Logon
  6958.     #if version >= 4
  6959.     EXPLAIN !!Logon_Help
  6960.     #endif
  6961.  
  6962.     POLICY !!Run
  6963.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run"
  6964.             #if version >= 4
  6965.         SUPPORTED !!SUPPORTED_Win2k
  6966.         #endif
  6967.  
  6968.                 EXPLAIN !!Run_Help
  6969.  
  6970.             PART !!RunListBox    LISTBOX 
  6971.                 VALUEPREFIX ""
  6972.                  END PART
  6973.         END POLICY
  6974.  
  6975.         POLICY !!DisableExplorerRunOnceLegacy
  6976.            KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6977.             #if version >= 4
  6978.         SUPPORTED !!SUPPORTED_Win2k
  6979.         #endif
  6980.  
  6981.             EXPLAIN !!DisableExplorerRunOnceLegacy_Help
  6982.             VALUENAME "DisableCurrentUserRunOnce"
  6983.         END POLICY
  6984.  
  6985.         POLICY !!DisableExplorerRunLegacy
  6986.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  6987.             #if version >= 4
  6988.         SUPPORTED !!SUPPORTED_Win2k
  6989.         #endif
  6990.  
  6991.             EXPLAIN !!DisableExplorerRunLegacy_Help
  6992.             VALUENAME "DisableCurrentUserRun"
  6993.         END POLICY
  6994.  
  6995.     END CATEGORY ; Logon
  6996.  
  6997.     CATEGORY !!PolicyPolicies
  6998.     #if version >= 4
  6999.     EXPLAIN !!PolicyPolicies_Help
  7000.     #endif
  7001.  
  7002.         POLICY !!GroupPolicyRefreshRateUser
  7003.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  7004.             #if version >= 4
  7005.         SUPPORTED !!SUPPORTED_Win2k
  7006.         #endif
  7007.  
  7008.             EXPLAIN !!GroupPolicyRefreshRateUser_Help
  7009.  
  7010.             PART !!GPRefreshRate_U_Desc1      TEXT    
  7011.             END PART
  7012.             PART !!GPRefreshRate_U_Desc2      TEXT    
  7013.             END PART
  7014.  
  7015.             PART !!GPRefreshRate    NUMERIC REQUIRED
  7016.                 MIN 0 MAX 64800 DEFAULT 90
  7017.                 VALUENAME "GroupPolicyRefreshTime"
  7018.             END PART
  7019.  
  7020.             PART !!Blank                     TEXT    
  7021.             END PART
  7022.             PART !!GPRefreshRateOffset_Desc1          TEXT    
  7023.         END PART
  7024.             PART !!GPRefreshRateOffset_Desc2          TEXT    
  7025.             END PART
  7026.             PART !!GPRefreshRateOffset_Desc3      TEXT    
  7027.             END PART
  7028.  
  7029.             PART !!GPRefreshRateOffset    NUMERIC REQUIRED
  7030.                 MIN 0 MAX 1440 DEFAULT 30
  7031.                 VALUENAME "GroupPolicyRefreshTimeOffset"
  7032.             END PART
  7033.         END POLICY
  7034.        
  7035.         POLICY !!GPTransferRate
  7036.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  7037.             #if version >= 4
  7038.         SUPPORTED !!SUPPORTED_Win2k
  7039.         #endif
  7040.  
  7041.             EXPLAIN !!GPTransferRate_Help
  7042.  
  7043.             PART !!TransferRateOp NUMERIC
  7044.                 MIN 0 MAX 4294967200 DEFAULT 500 SPIN 100
  7045.                 VALUENAME "GroupPolicyMinTransferRate"
  7046.             END PART
  7047.  
  7048.             PART !!Blank            TEXT
  7049.             END PART
  7050.             PART !!TransferRateTip1 TEXT
  7051.             END PART
  7052.         END POLICY
  7053.  
  7054.         POLICY !!GPDCOptions
  7055.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  7056.             #if version >= 4
  7057.         SUPPORTED !!SUPPORTED_Win2k
  7058.         #endif
  7059.  
  7060.             EXPLAIN !!GPDCOptions_Help
  7061.  
  7062.             PART !!GPDCOptionsDesc DROPDOWNLIST NOSORT
  7063.             VALUENAME "DCOption"
  7064.             ITEMLIST
  7065.                 NAME !!GPDCOptionPDC      VALUE NUMERIC 1  DEFAULT
  7066.                 NAME !!GPDCOptionInherit  VALUE NUMERIC 2
  7067.                 NAME !!GPDCOptionAny      VALUE NUMERIC 3
  7068.             END ITEMLIST
  7069.             END PART
  7070.         END POLICY
  7071.  
  7072.         POLICY !!NewGPOLinksDisabled
  7073.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  7074.             #if version >= 4
  7075.         SUPPORTED !!SUPPORTED_Win2k
  7076.         #endif
  7077.  
  7078.             EXPLAIN !!NewGPOLinksDisabled_Help
  7079.             VALUENAME "NewGPOLinksDisabled"
  7080.         END POLICY
  7081.  
  7082.         POLICY !!NewGPODisplayName
  7083.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  7084.             #if version >= 4
  7085.         SUPPORTED !!SUPPORTED_Win2k
  7086.         #endif
  7087.  
  7088.             EXPLAIN !!NewGPODisplayName_Help
  7089.  
  7090.             PART !!NewGPODisplayNameHeading             EDITTEXT REQUIRED
  7091.                 VALUENAME "GPODisplayName"
  7092.         MAXLEN 255
  7093.             END PART
  7094.         END POLICY
  7095.  
  7096.         POLICY !!EnforcePoliciesOnly
  7097.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  7098.             #if version >= 4
  7099.         SUPPORTED !!SUPPORTED_Win2k
  7100.         #endif
  7101.  
  7102.             EXPLAIN !!EnforcePoliciesOnly_Help
  7103.             VALUENAME "ShowPoliciesOnly"
  7104.         END POLICY
  7105.  
  7106.         POLICY !!DisableAutoADMUpdate
  7107.             KEYNAME "Software\Policies\Microsoft\Windows\Group Policy Editor"
  7108.             #if version >= 4
  7109.         SUPPORTED !!SUPPORTED_Win2k
  7110.         #endif
  7111.  
  7112.             EXPLAIN !!DisableAutoADMUpdate_Help
  7113.             VALUENAME "DisableAutoADMUpdate"
  7114.         END POLICY
  7115.  
  7116.         POLICY !!DenyRsopToInteractiveUser
  7117.             KEYNAME "Software\Policies\Microsoft\Windows\System"
  7118.           #if version >= 4
  7119.             SUPPORTED !!SUPPORTED_WindowsXP
  7120.          #endif
  7121.  
  7122.  
  7123.             EXPLAIN !!DenyRsopToInteractiveUser_Help
  7124.             VALUENAME "DenyRsopToInteractiveUser"
  7125.                 VALUEON NUMERIC 1
  7126.                 VALUEOFF NUMERIC 0
  7127.         END POLICY
  7128.  
  7129.  
  7130.     END CATEGORY ; PolicyPolicies
  7131.     
  7132.     CATEGORY !!PW_Power
  7133.     #if version >= 4
  7134.         EXPLAIN !!PW_Power_Help
  7135.     #endif
  7136.  
  7137.  
  7138.         POLICY !!PW_PromptPasswordOnResume
  7139.           KEYNAME "Software\Policies\Microsoft\Windows\System\Power"
  7140.  
  7141.               #if version >= 4
  7142.                 SUPPORTED !!SUPPORTED_WindowsXP
  7143.              #endif
  7144.  
  7145.  
  7146.           EXPLAIN !!PW_PromptPasswordOnResume_Help
  7147.               VALUENAME "PromptPasswordOnResume"
  7148.  
  7149.         END POLICY
  7150.  
  7151.     END CATEGORY ;; POWER
  7152.  
  7153.  
  7154. END CATEGORY ; AdministrativeServices
  7155.  
  7156. CATEGORY !!WindowsComponents
  7157.     #if version >= 4
  7158.     EXPLAIN !!WindowsComponents_Help
  7159.     #endif
  7160.  
  7161.     CATEGORY !!AppCompat
  7162.  
  7163.  
  7164.     POLICY !!AppCompatPrevent16Bit
  7165.         #if version >= 4
  7166.         SUPPORTED !!SUPPORTED_WindowsXPSP1
  7167.         #endif
  7168.  
  7169.     EXPLAIN !!AppCompat_Prevent16Bit_Help
  7170.     KEYNAME "Software\Policies\Microsoft\Windows\AppCompat"
  7171.         VALUENAME "VDMDisallowed"
  7172.  
  7173.     VALUEON NUMERIC 1
  7174.     VALUEOFF NUMERIC 0
  7175.  
  7176.     END POLICY
  7177.  
  7178.     END CATEGORY ; AppCompat
  7179.  
  7180.     CATEGORY !!HSS_HelpCenterPolicies
  7181.     #if version >= 4
  7182.     EXPLAIN !!HSS_HelpCenterPolicies_Explain
  7183.     #endif
  7184.  
  7185.        KEYNAME "Software\Policies\Microsoft\PCHealth\HelpSvc"
  7186.  
  7187.       POLICY !!HSS_HeadlinesPolicy    
  7188.      
  7189.          #if version >= 4
  7190.             SUPPORTED !!SUPPORTED_WindowsNET
  7191.         #endif
  7192.  
  7193.  
  7194.           EXPLAIN !!HSS_HeadlinesPolicy_Explain
  7195.                VALUENAME "Headlines"
  7196.         VALUEON NUMERIC 1
  7197.         VALUEOFF NUMERIC 0
  7198.        END POLICY
  7199.  
  7200.     END CATEGORY ; HelpCenterPolicies
  7201.  
  7202.  
  7203.     CATEGORY !!WindowsExplorer
  7204.     #if version >= 4
  7205.     EXPLAIN !!WindowsExplorer_Help
  7206.     #endif
  7207.  
  7208.  
  7209.     KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  7210.  
  7211.  
  7212.     POLICY !!ClassicShell 
  7213.             #if version >= 4
  7214.         SUPPORTED !!SUPPORTED_Win2k
  7215.         #endif
  7216.  
  7217.             EXPLAIN !!ClassicShell_Help
  7218.             VALUENAME "ClassicShell"
  7219.     END POLICY
  7220.  
  7221.         
  7222.     POLICY !!NoFolderOptions
  7223.             #if version >= 4
  7224.         SUPPORTED !!SUPPORTED_Win2k
  7225.         #endif
  7226.  
  7227.             EXPLAIN !!NoFolderOptions_Help
  7228.             VALUENAME "NoFolderOptions"
  7229.     END POLICY
  7230.  
  7231.     POLICY !!NoFileMenu 
  7232.             #if version >= 4
  7233.         SUPPORTED !!SUPPORTED_Win2k
  7234.         #endif
  7235.  
  7236.             EXPLAIN !!NoFileMenu_Help
  7237.         VALUENAME "NoFileMenu"
  7238.         END POLICY
  7239.  
  7240.     POLICY !!NoNetConnectDisconnect 
  7241.             #if version >= 4
  7242.         SUPPORTED !!SUPPORTED_Win2k
  7243.         #endif
  7244.  
  7245.            EXPLAIN !!NoNetConnectDisconnect_Help
  7246.             VALUENAME "NoNetConnectDisconnect"
  7247.      END POLICY
  7248.  
  7249.     POLICY !!NoShellSearchButton
  7250.             #if version >= 4
  7251.         SUPPORTED !!SUPPORTED_Win2k
  7252.         #endif
  7253.  
  7254.         EXPLAIN !!NoShellSearchButton_Help        
  7255.             VALUENAME "NoShellSearchButton"
  7256.         END POLICY
  7257.  
  7258.     POLICY !!NoViewContextMenu 
  7259.             #if version >= 4
  7260.         SUPPORTED !!SUPPORTED_Win2k
  7261.         #endif
  7262.  
  7263.             EXPLAIN !!NoViewContextMenu_Help
  7264.             VALUENAME "NoViewContextMenu"
  7265.         END POLICY
  7266.  
  7267.     POLICY !!NoManageMyComputerVerb
  7268.             #if version >= 4
  7269.         SUPPORTED !!SUPPORTED_Win2k
  7270.         #endif
  7271.  
  7272.             EXPLAIN !!NoManageMyComputerVerb_Help
  7273.             VALUENAME "NoManageMyComputerVerb"
  7274.         END POLICY
  7275.  
  7276.      POLICY !!EnforceShellExtensionSecurity 
  7277.             #if version >= 4
  7278.         SUPPORTED !!SUPPORTED_Win2k
  7279.         #endif
  7280.  
  7281.             EXPLAIN !!EnforceShellExtensionSecurity_Help
  7282.             VALUENAME "EnforceShellExtensionSecurity"
  7283.      END POLICY
  7284.  
  7285.         POLICY !!LinkResolveIgnoreLinkInfo 
  7286.             #if version >= 4
  7287.         SUPPORTED !!SUPPORTED_Win2k
  7288.         #endif
  7289.  
  7290.             EXPLAIN !!LinkResolveIgnoreLinkInfo_Help
  7291.             VALUENAME "LinkResolveIgnoreLinkInfo"
  7292.         END POLICY
  7293.  
  7294.         POLICY !!NoDrives 
  7295.             #if version >= 4
  7296.         SUPPORTED !!SUPPORTED_Win2k
  7297.         #endif
  7298.  
  7299.             EXPLAIN !!NoDrives_Help
  7300.             PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  7301.             VALUENAME "NoDrives"
  7302.             ITEMLIST
  7303.                 NAME !!ABOnly           VALUE NUMERIC    3
  7304.                 NAME !!COnly            VALUE NUMERIC    4
  7305.                 NAME !!DOnly            VALUE NUMERIC     8
  7306.                 NAME !!ABConly          VALUE NUMERIC     7
  7307.                 NAME !!ABCDOnly         VALUE NUMERIC    15
  7308.                 NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  7309.                          ; low 26 bits on (1 bit per drive)
  7310.                 NAME !!RestNoDrives     VALUE NUMERIC    0
  7311.             END ITEMLIST
  7312.             END PART            
  7313.     END POLICY
  7314.  
  7315.         POLICY !!NoViewOnDrive
  7316.             #if version >= 4
  7317.         SUPPORTED !!SUPPORTED_Win2k
  7318.         #endif
  7319.  
  7320.             EXPLAIN !!NoViewOnDrive_Help
  7321.             PART !!NoDrivesDropdown    DROPDOWNLIST NOSORT REQUIRED
  7322.         VALUENAME "NoViewOnDrive"
  7323.             ITEMLIST
  7324.                 NAME !!ABOnly           VALUE NUMERIC    3
  7325.                 NAME !!COnly            VALUE NUMERIC    4
  7326.                 NAME !!DOnly            VALUE NUMERIC     8
  7327.                 NAME !!ABConly          VALUE NUMERIC     7
  7328.                 NAME !!ABCDOnly         VALUE NUMERIC    15
  7329.                 NAME !!ALLDrives        VALUE NUMERIC    67108863 DEFAULT 
  7330.                          ; low 26 bits on (1 bit per drive)
  7331.                 NAME !!RestNoDrives     VALUE NUMERIC    0
  7332.             END ITEMLIST
  7333.             END PART            
  7334.     END POLICY
  7335.  
  7336.        
  7337.     POLICY !!NoHardwareTab
  7338.             #if version >= 4
  7339.         SUPPORTED !!SUPPORTED_Win2k
  7340.         #endif
  7341.  
  7342.             EXPLAIN !!NoHardwareTab_Help
  7343.             VALUENAME "NoHardwareTab"
  7344.         END POLICY
  7345.  
  7346.     POLICY !!NoDFSTab
  7347.             #if version >= 4
  7348.         SUPPORTED !!SUPPORTED_Win2k
  7349.         #endif
  7350.     
  7351.             EXPLAIN !!NoDFSTab_Help
  7352.             VALUENAME "NoDFSTab"
  7353.     END POLICY
  7354.  
  7355.     POLICY !!NoSecurityTab
  7356.             #if version >= 4
  7357.         SUPPORTED !!SUPPORTED_WindowsXP
  7358.         #endif
  7359.     
  7360.             EXPLAIN !!NoSecurityTab_Help
  7361.             VALUENAME "NoSecurityTab"
  7362.     END POLICY
  7363.  
  7364.     POLICY !!NoChangeAnimation 
  7365.             #if version >= 4
  7366.         SUPPORTED !!SUPPORTED_Win2k
  7367.         #endif
  7368.  
  7369.             EXPLAIN !!NoChangeAnimation_Help
  7370.             VALUENAME "NoChangeAnimation"
  7371.       END POLICY
  7372.  
  7373.      POLICY !!NoChangeKeyboardNavigationIndicators 
  7374.             #if version >= 4
  7375.         SUPPORTED !!SUPPORTED_Win2k
  7376.         #endif
  7377.  
  7378.             EXPLAIN !!NoChangeKeyboardNavigationIndicators_Help
  7379.             VALUENAME "NoChangeKeyboardNavigationIndicators"
  7380.      END POLICY
  7381.    
  7382.     POLICY !!NoWorkgroupContents
  7383.             #if version >= 4
  7384.         SUPPORTED !!SUPPORTED_Win2k
  7385.         #endif
  7386.  
  7387.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Explorer"
  7388.             EXPLAIN !!NoWorkgroupContents_Help
  7389.             VALUENAME "NoComputersNearMe"
  7390.     END POLICY
  7391.  
  7392.     POLICY !!NoEntireNetwork    
  7393.             KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Network"
  7394.             #if version >= 4
  7395.         SUPPORTED !!SUPPORTED_Win2k
  7396.         #endif
  7397.  
  7398.             EXPLAIN !!NoEntireNetwork_Help
  7399.             VALUENAME "NoEntireNetwork"
  7400.     END POLICY
  7401.  
  7402.     POLICY !!MaxRecentDocs          
  7403.             EXPLAIN !!MaxRecentDocs_Help
  7404.             #if version >= 4
  7405.         SUPPORTED !!SUPPORTED_Win2k
  7406.         #endif
  7407.  
  7408.             PART !!MaxRecentDocs          NUMERIC REQUIRED
  7409.         VALUENAME "MaxRecentDocs"
  7410.             DEFAULT 15
  7411.             END PART
  7412.     END POLICY
  7413.  
  7414.     POLICY !!NoRunAsInstallPrompt
  7415.             #if version >= 4
  7416.         SUPPORTED !!SUPPORTED_Win2k
  7417.         #endif
  7418.  
  7419.             EXPLAIN !!NoRunAsInstallPrompt_Help
  7420.             VALUENAME "NoRunasInstallPrompt"
  7421.         END POLICY
  7422.  
  7423.     POLICY !!PromptRunasInstallNetPath
  7424.             #if version >= 4
  7425.         SUPPORTED !!SUPPORTED_Win2k
  7426.         #endif
  7427.  
  7428.             EXPLAIN !!PromptRunasInstallNetPath_Help
  7429.             VALUENAME "PromptRunasInstallNetPath"
  7430.         END POLICY
  7431.  
  7432.     POLICY !!NoCDBurning
  7433.             #if version >= 4
  7434.         SUPPORTED !!SUPPORTED_WindowsXP
  7435.         #endif
  7436.     
  7437.             EXPLAIN !!NoCDBurning_Help
  7438.             VALUENAME "NoCDBurning"
  7439.     END POLICY
  7440.  
  7441.     POLICY !!NoRecycleFiles
  7442.             #if version >= 4
  7443.         SUPPORTED !!SUPPORTED_WindowsXP
  7444.         #endif
  7445.  
  7446.             EXPLAIN !!NoRecycleFiles_Help
  7447.             VALUENAME "NoRecycleFiles"
  7448.         END POLICY
  7449.  
  7450.     POLICY !!ConfirmFileDelete
  7451.             #if version >= 4
  7452.         SUPPORTED !!SUPPORTED_WindowsXP
  7453.         #endif
  7454.  
  7455.             EXPLAIN !!ConfirmFileDelete_Help
  7456.             VALUENAME "ConfirmFileDelete"
  7457.         END POLICY
  7458.  
  7459.         POLICY !!RecycleBinSize
  7460.         #if version >= 4
  7461.         SUPPORTED !!SUPPORTED_WindowsXP
  7462.         #endif
  7463.  
  7464.         EXPLAIN !!RecycleBinSize_Help
  7465.  
  7466.             PART !!RecycleBinSizeHelp1    TEXT    
  7467.         END PART
  7468.             PART !!Blank                  TEXT    
  7469.         END PART
  7470.  
  7471.         PART !!RecycleBinSizeSpin         NUMERIC DEFAULT 10 MIN 0 MAX 100 SPIN 10
  7472.             VALUENAME "RecycleBinSize"
  7473.         END PART
  7474.         END POLICY
  7475.  
  7476.     POLICY !!NoMyComputerSharedDocuments
  7477.  
  7478.         #if version >= 4
  7479.             SUPPORTED !!SUPPORTED_WindowsXPOnly
  7480.         #endif
  7481.  
  7482.         EXPLAIN !!NoMyComputerSharedDocuments_Help
  7483.                VALUENAME "NoSharedDocuments"
  7484.  
  7485.     END POLICY
  7486.  
  7487.  
  7488.     POLICY !!NoCacheThumbNailPictures
  7489.  
  7490.         #if version >= 4
  7491.             SUPPORTED !!SUPPORTED_WindowsXP
  7492.         #endif
  7493.  
  7494.         EXPLAIN !!NoCacheThumbNailPictures_Help
  7495.                VALUENAME "NoThumbnailCache"
  7496.  
  7497.     END POLICY
  7498.  
  7499.  
  7500.  
  7501.     POLICY !!NoWindowsHotKeys
  7502.  
  7503.         #if version >= 4
  7504.             SUPPORTED !!SUPPORTED_WindowsNET
  7505.         #endif
  7506.  
  7507.         EXPLAIN !!NoWindowsHotKeys_Help
  7508.                VALUENAME "NoWinKeys"
  7509.  
  7510.     END POLICY
  7511.  
  7512.     POLICY !!ShellRemovePublishToWeb
  7513.         #if version >= 4
  7514.             SUPPORTED !!SUPPORTED_WindowsNET
  7515.         #endif
  7516.  
  7517.         EXPLAIN !!ShellRemovePublishToWeb_HELP
  7518.         VALUENAME "NoPublishingWizard"
  7519.             VALUEON NUMERIC 1
  7520.             VALUEOFF NUMERIC 0
  7521.  
  7522.     END POLICY
  7523.  
  7524.     POLICY !!ShellPreventWPWDownload
  7525.         #if version >= 4
  7526.             SUPPORTED !!SUPPORTED_WindowsNET
  7527.         #endif
  7528.  
  7529.         EXPLAIN !!ShellPreventWPWDownload_HELP
  7530.         VALUENAME "NoWebServices"
  7531.             VALUEON NUMERIC 1
  7532.             VALUEOFF NUMERIC 0
  7533.  
  7534.     END POLICY
  7535.  
  7536.     POLICY !!ShellRemoveOrderPrints
  7537.         #if version >= 4
  7538.             SUPPORTED !!SUPPORTED_WindowsNET
  7539.         #endif
  7540.  
  7541.         EXPLAIN !!ShellRemoveOrderPrints_HELP
  7542.         VALUENAME "NoOnlinePrintsWizard"
  7543.             VALUEON NUMERIC 1
  7544.             VALUEOFF NUMERIC 0
  7545.  
  7546.     END POLICY
  7547.  
  7548.  
  7549.  
  7550.     CATEGORY !!Comdlg
  7551.     #if version >= 4
  7552.         EXPLAIN !!Comdlg_Help
  7553.     #endif
  7554.  
  7555.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\Comdlg32"
  7556.  
  7557.          POLICY !!PlacesBar
  7558.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\comdlg32\Placesbar"
  7559.  
  7560.          #if version >= 4
  7561.             SUPPORTED !!SUPPORTED_WindowsXP
  7562.          #endif
  7563.  
  7564.             EXPLAIN !!PlacesBar_Help
  7565.                     
  7566.  
  7567.             PART !!Places TEXT
  7568.             END PART            
  7569.  
  7570.             PART !!Places0 EDITTEXT
  7571.                    VALUENAME "Place0"
  7572.             END PART
  7573.  
  7574.             PART !!Places1 EDITTEXT
  7575.                    VALUENAME "Place1"
  7576.             END PART
  7577.  
  7578.             PART !!Places2 EDITTEXT
  7579.                    VALUENAME "Place2"
  7580.             END PART
  7581.  
  7582.             PART !!Places3 EDITTEXT
  7583.                    VALUENAME "Place3"
  7584.             END PART
  7585.  
  7586.             PART !!Places4 EDITTEXT
  7587.                    VALUENAME "Place4"
  7588.             END PART
  7589.         END POLICY
  7590.  
  7591.  
  7592.  
  7593.             POLICY !!NoPlacesBar
  7594.                 #if version >= 4
  7595.             SUPPORTED !!SUPPORTED_Win2k
  7596.             #endif
  7597.  
  7598.             EXPLAIN !!NoPlacesBar_Help 
  7599.                 VALUENAME "NoPlacesBar"
  7600.             END POLICY
  7601.  
  7602.             POLICY !!NoBackButton 
  7603.                 #if version >= 4
  7604.             SUPPORTED !!SUPPORTED_Win2k
  7605.             #endif
  7606.  
  7607.             EXPLAIN !!NoBackButton_Help
  7608.                 VALUENAME "NoBackButton"
  7609.             END POLICY
  7610.  
  7611.             POLICY !!NoFileMRU 
  7612.             #if version >= 4
  7613.             SUPPORTED !!SUPPORTED_Win2k
  7614.             #endif
  7615.  
  7616.             EXPLAIN !!NoFileMRU_Help
  7617.               VALUENAME "NoFileMru" 
  7618.             END POLICY
  7619.     
  7620.     END CATEGORY ;;comdlg
  7621.  
  7622.  
  7623.     END CATEGORY ;; WindowsExplorer
  7624.  
  7625.  
  7626.     CATEGORY !!MMC 
  7627.     #if version >= 4
  7628.     EXPLAIN !!MMC_Help
  7629.     #endif
  7630.  
  7631.         KEYNAME "Software\Policies\Microsoft\MMC"
  7632.  
  7633.         POLICY !!MMC_Restrict_Author
  7634.                #if version >= 4
  7635.         SUPPORTED !!SUPPORTED_Win2k
  7636.         #endif
  7637.  
  7638.             EXPLAIN !!MMC_restrict_Author_Explain
  7639.             VALUENAME "RestrictAuthorMode"
  7640.                 VALUEON    NUMERIC  1
  7641.                 VALUEOFF  NUMERIC 0
  7642.         END POLICY
  7643.  
  7644.         POLICY !!MMC_Restrict_To_Permitted_Snapins
  7645.             #if version >= 4
  7646.         SUPPORTED !!SUPPORTED_Win2k
  7647.         #endif
  7648.  
  7649.             EXPLAIN !!MMC_restrict_To_Permitted_Snapins_Explain
  7650.             VALUENAME "RestrictToPermittedSnapins"
  7651.                 VALUEON   NUMERIC 1
  7652.                 VALUEOFF  NUMERIC 0
  7653.         END POLICY
  7654.  
  7655.  
  7656.         CATEGORY !!MMC_RESTRICT
  7657.     #if version >= 4
  7658.         EXPLAIN !!MMC_RESTRICT_Help
  7659.     #endif
  7660.  
  7661.             POLICY !!MMC_ActiveDirUsersComp
  7662.                 KEYNAME "Software\Policies\Microsoft\MMC\{E355E538-1C2E-11D0-8C37-00C04FD8FE93}"
  7663.                     #if version >= 4
  7664.             SUPPORTED !!SUPPORTED_Win2k
  7665.             #endif
  7666.  
  7667.                 EXPLAIN !!MMC_Restrict_Explain
  7668.                 VALUENAME "Restrict_Run"
  7669.                     VALUEON   NUMERIC 0
  7670.                     VALUEOFF  NUMERIC 1
  7671.             END POLICY
  7672.  
  7673.             POLICY !!MMC_ActiveDirDomTrusts
  7674.                 KEYNAME "Software\Policies\Microsoft\MMC\{EBC53A38-A23F-11D0-B09B-00C04FD8DCA6}"
  7675.                     #if version >= 4
  7676.             SUPPORTED !!SUPPORTED_Win2k
  7677.             #endif
  7678.  
  7679.                 EXPLAIN !!MMC_Restrict_Explain
  7680.                 VALUENAME "Restrict_Run"
  7681.                     VALUEON   NUMERIC 0
  7682.                     VALUEOFF  NUMERIC 1
  7683.             END POLICY
  7684.  
  7685.             POLICY !!MMC_ActiveDirSitesServices
  7686.                 KEYNAME "Software\Policies\Microsoft\MMC\{D967F824-9968-11D0-B936-00C04FD8D5B0}"
  7687.                     #if version >= 4
  7688.             SUPPORTED !!SUPPORTED_Win2k
  7689.             #endif
  7690.  
  7691.                 EXPLAIN !!MMC_Restrict_Explain
  7692.                 VALUENAME "Restrict_Run"
  7693.                     VALUEON   NUMERIC 0
  7694.                     VALUEOFF  NUMERIC 1
  7695.             END POLICY
  7696.  
  7697.         POLICY !!MMC_ADSI
  7698.                 KEYNAME "Software\Policies\Microsoft\MMC\{1C5DACFA-16BA-11D2-81D0-0000F87A7AA3}"
  7699.                     #if version >= 4
  7700.             SUPPORTED !!SUPPORTED_WindowsXP
  7701.             #endif
  7702.  
  7703.                 EXPLAIN !!MMC_Restrict_Explain
  7704.                 VALUENAME "Restrict_Run"
  7705.                     VALUEON   NUMERIC 0
  7706.                     VALUEOFF  NUMERIC 1
  7707.             END POLICY
  7708.  
  7709.         POLICY !!MMC_ActiveXControl
  7710.                 KEYNAME "Software\Policies\Microsoft\MMC\{C96401CF-0E17-11D3-885B-00C04F72C717}"
  7711.                     #if version >= 4
  7712.             SUPPORTED !!SUPPORTED_WindowsXP
  7713.             #endif
  7714.  
  7715.                 EXPLAIN !!MMC_Restrict_Explain
  7716.                 VALUENAME "Restrict_Run"
  7717.                     VALUEON   NUMERIC 0
  7718.                     VALUEOFF  NUMERIC 1
  7719.             END POLICY
  7720.  
  7721.  
  7722.             POLICY !!MMC_Certs
  7723.                 KEYNAME "Software\Policies\Microsoft\MMC\{53D6AB1D-2488-11D1-A28C-00C04FB94F17}"
  7724.                     #if version >= 4
  7725.             SUPPORTED !!SUPPORTED_Win2k
  7726.             #endif
  7727.  
  7728.                 EXPLAIN !!MMC_Restrict_Explain
  7729.                 VALUENAME "Restrict_Run"
  7730.                     VALUEON   NUMERIC 0
  7731.                     VALUEOFF  NUMERIC 1
  7732.             END POLICY
  7733.  
  7734.  
  7735.         POLICY !!MMC_CertAuth
  7736.                     KEYNAME "Software\Policies\Microsoft\MMC\{de751566-4cc6-11d1-8ca0-00c04fc297eb}"
  7737.                     #if version >= 4
  7738.                 SUPPORTED !!SUPPORTED_Win2k
  7739.                 #endif
  7740.  
  7741.                     EXPLAIN !!MMC_Restrict_Explain
  7742.                     VALUENAME "Restrict_Run"
  7743.                         VALUEON   NUMERIC 0
  7744.                         VALUEOFF  NUMERIC 1
  7745.                 END POLICY
  7746.  
  7747.  
  7748.          POLICY !!MMC_CertsTemplate
  7749.                     KEYNAME "Software\Policies\Microsoft\MMC\{A994E107-6854-4F3D-917C-E6F01670F6D3}"
  7750.                     #if version >= 4
  7751.                 SUPPORTED !!SUPPORTED_WindowsNET
  7752.                 #endif
  7753.  
  7754.                     EXPLAIN !!MMC_Restrict_Explain
  7755.                     VALUENAME "Restrict_Run"
  7756.                         VALUEON   NUMERIC 0
  7757.                             VALUEOFF  NUMERIC 1
  7758.             END POLICY
  7759.  
  7760.  
  7761.         POLICY !!MMC_WirelessMon
  7762.                 KEYNAME "Software\Policies\Microsoft\MMC\{23DC5869-BD9F-46fd-AADD-1F869BA64FC3}"
  7763.                     #if version >= 4
  7764.             SUPPORTED !!SUPPORTED_Win2k
  7765.             #endif
  7766.  
  7767.                 EXPLAIN !!MMC_Restrict_Explain
  7768.                 VALUENAME "Restrict_Run"
  7769.                     VALUEON   NUMERIC 0
  7770.                     VALUEOFF  NUMERIC 1
  7771.             END POLICY
  7772.  
  7773.             POLICY !!MMC_ComponentServices
  7774.                 KEYNAME "Software\Policies\Microsoft\MMC\{C9BC92DF-5B9A-11D1-8F00-00C04FC2C17B}"
  7775.                     #if version >= 4
  7776.             SUPPORTED !!SUPPORTED_Win2k
  7777.             #endif
  7778.  
  7779.                 EXPLAIN !!MMC_Restrict_Explain
  7780.                 VALUENAME "Restrict_Run"
  7781.                     VALUEON   NUMERIC 0
  7782.                     VALUEOFF  NUMERIC 1
  7783.             END POLICY
  7784.  
  7785.  
  7786.             POLICY !!MMC_ComputerManagement
  7787.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C67-EA27-11CF-ADCF-00AA00A80033}"
  7788.                     #if version >= 4
  7789.             SUPPORTED !!SUPPORTED_Win2k
  7790.             #endif
  7791.  
  7792.                 EXPLAIN !!MMC_Restrict_Explain
  7793.                 VALUENAME "Restrict_Run"
  7794.                     VALUEON   NUMERIC 0
  7795.                     VALUEOFF  NUMERIC 1
  7796.             END POLICY
  7797.  
  7798.  
  7799.             POLICY !!MMC_DeviceManager
  7800.                 KEYNAME "Software\Policies\Microsoft\MMC\{90087284-d6d6-11d0-8353-00a0c90640bf}"
  7801.                     #if version >= 4
  7802.             SUPPORTED !!SUPPORTED_Win2k
  7803.             #endif
  7804.  
  7805.                 EXPLAIN !!MMC_Restrict_Explain
  7806.                 VALUENAME "Restrict_Run"
  7807.                     VALUEON   NUMERIC 0
  7808.                     VALUEOFF  NUMERIC 1
  7809.             END POLICY
  7810.  
  7811.             POLICY !!MMC_DiskMgmt
  7812.                 KEYNAME "Software\Policies\Microsoft\MMC\{8EAD3A12-B2C1-11d0-83AA-00A0C92C9D5D}"
  7813.                     #if version >= 4
  7814.             SUPPORTED !!SUPPORTED_Win2k
  7815.             #endif
  7816.  
  7817.                 EXPLAIN !!MMC_Restrict_Explain
  7818.                 VALUENAME "Restrict_Run"
  7819.                     VALUEON   NUMERIC 0
  7820.                     VALUEOFF  NUMERIC 1
  7821.             END POLICY
  7822.  
  7823.             POLICY !!MMC_DiskDefrag
  7824.                 KEYNAME "Software\Policies\Microsoft\MMC\{43668E21-2636-11D1-A1CE-0080C88593A5}"
  7825.                     #if version >= 4
  7826.             SUPPORTED !!SUPPORTED_Win2k
  7827.             #endif
  7828.  
  7829.                 EXPLAIN !!MMC_Restrict_Explain
  7830.                 VALUENAME "Restrict_Run"
  7831.                     VALUEON   NUMERIC 0
  7832.                     VALUEOFF  NUMERIC 1
  7833.             END POLICY
  7834.  
  7835.             POLICY !!MMC_DFS
  7836.                 KEYNAME "Software\Policies\Microsoft\MMC\{677A2D94-28D9-11D1-A95B-008048918FB1}"
  7837.                     #if version >= 4
  7838.             SUPPORTED !!SUPPORTED_Win2k
  7839.             #endif
  7840.  
  7841.                 EXPLAIN !!MMC_Restrict_Explain
  7842.                 VALUENAME "Restrict_Run"
  7843.                     VALUEON   NUMERIC 0
  7844.                     VALUEOFF  NUMERIC 1
  7845.             END POLICY
  7846.  
  7847.             POLICY !!MMC_EventViewer
  7848.                 KEYNAME "Software\Policies\Microsoft\MMC\{975797FC-4E2A-11D0-B702-00C04FD8DBF7}"
  7849.                     #if version >= 4
  7850.             SUPPORTED !!SUPPORTED_Win2k
  7851.             #endif
  7852.  
  7853.                 EXPLAIN !!MMC_Restrict_Explain
  7854.                 VALUENAME "Restrict_Run"
  7855.                     VALUEON   NUMERIC 0
  7856.                     VALUEOFF  NUMERIC 1
  7857.             END POLICY
  7858.  
  7859.             POLICY !!MMC_FAXService
  7860.                 KEYNAME "Software\Policies\Microsoft\MMC\{753EDB4D-2E1B-11D1-9064-00A0C90AB504}"
  7861.                     #if version >= 4
  7862.             SUPPORTED !!SUPPORTED_Win2k
  7863.             #endif
  7864.  
  7865.                 EXPLAIN !!MMC_Restrict_Explain
  7866.                 VALUENAME "Restrict_Run"
  7867.                     VALUEON   NUMERIC 0
  7868.                     VALUEOFF  NUMERIC 1
  7869.             END POLICY
  7870.  
  7871.         POLICY !!MMC_FrontPageExt
  7872.                 KEYNAME "Software\Policies\Microsoft\MMC\{FF5903A8-78D6-11D1-92F6-006097B01056}"
  7873.                     #if version >= 4
  7874.             SUPPORTED !!SUPPORTED_WindowsXP
  7875.             #endif
  7876.  
  7877.                 EXPLAIN !!MMC_Restrict_Explain
  7878.                 VALUENAME "Restrict_Run"
  7879.                     VALUEON   NUMERIC 0
  7880.                     VALUEOFF  NUMERIC 1
  7881.             END POLICY
  7882.  
  7883.  
  7884.             POLICY !!MMC_IndexingService
  7885.                 KEYNAME "Software\Policies\Microsoft\MMC\{95AD72F0-44CE-11D0-AE29-00AA004B9986}"
  7886.                     #if version >= 4
  7887.             SUPPORTED !!SUPPORTED_Win2k
  7888.             #endif
  7889.  
  7890.                 EXPLAIN !!MMC_Restrict_Explain
  7891.                 VALUENAME "Restrict_Run"
  7892.                     VALUEON   NUMERIC 0
  7893.                     VALUEOFF  NUMERIC 1
  7894.             END POLICY
  7895.  
  7896.         POLICY !!MMC_Net_Framework
  7897.                 KEYNAME "Software\Policies\Microsoft\MMC\{18BA7139-D98B-43c2-94DA-2604E34E175D}"
  7898.                     #if version >= 4
  7899.             SUPPORTED !!SUPPORTED_Win2k
  7900.             #endif
  7901.  
  7902.                 EXPLAIN !!MMC_Restrict_Explain
  7903.                 VALUENAME "Restrict_Run"
  7904.                     VALUEON   NUMERIC 0
  7905.                     VALUEOFF  NUMERIC 1
  7906.             END POLICY
  7907.  
  7908.             POLICY !!MMC_IAS
  7909.                 KEYNAME "Software\Policies\Microsoft\MMC\{8F8F8DC0-5713-11D1-9551-0060B0576642}"
  7910.                     #if version >= 4
  7911.             SUPPORTED !!SUPPORTED_Win2k
  7912.             #endif
  7913.  
  7914.                 EXPLAIN !!MMC_Restrict_Explain
  7915.                 VALUENAME "Restrict_Run"
  7916.                     VALUEON   NUMERIC 0
  7917.                     VALUEOFF  NUMERIC 1
  7918.             END POLICY
  7919.  
  7920.             POLICY !!MMC_IIS
  7921.                 KEYNAME "Software\Policies\Microsoft\MMC\{A841B6C2-7577-11D0-BB1F-00A0C922E79C}"
  7922.                     #if version >= 4
  7923.             SUPPORTED !!SUPPORTED_Win2k
  7924.             #endif
  7925.  
  7926.                 EXPLAIN !!MMC_Restrict_Explain
  7927.                 VALUENAME "Restrict_Run"
  7928.                     VALUEON   NUMERIC 0
  7929.                     VALUEOFF  NUMERIC 1
  7930.             END POLICY
  7931.  
  7932.             
  7933.             POLICY !!MMC_IpSecManage
  7934.                 KEYNAME "Software\Policies\Microsoft\MMC\{DEA8AFA0-CC85-11d0-9CE2-0080C7221EBD}"
  7935.                     #if version >= 4
  7936.             SUPPORTED !!SUPPORTED_WindowsXP
  7937.             #endif
  7938.  
  7939.                 EXPLAIN !!MMC_Restrict_Explain
  7940.                 VALUENAME "Restrict_Run"
  7941.                     VALUEON   NUMERIC 0
  7942.                     VALUEOFF  NUMERIC 1
  7943.             END POLICY
  7944.  
  7945.  
  7946.             POLICY !!MMC_IpSecMonitor
  7947.                 KEYNAME "Software\Policies\Microsoft\MMC\{57C596D0-9370-40C0-BA0D-AB491B63255D}"
  7948.                     #if version >= 4
  7949.             SUPPORTED !!SUPPORTED_WindowsXP
  7950.             #endif
  7951.  
  7952.                 EXPLAIN !!MMC_Restrict_Explain
  7953.                 VALUENAME "Restrict_Run"
  7954.                     VALUEON   NUMERIC 0
  7955.                     VALUEOFF  NUMERIC 1
  7956.             END POLICY
  7957.  
  7958.  
  7959.             POLICY !!MMC_LinkToWeb
  7960.                 KEYNAME "Software\Policies\Microsoft\MMC\{C96401D1-0E17-11D3-885B-00C04F72C717}"
  7961.                     #if version >= 4
  7962.             SUPPORTED !!SUPPORTED_WindowsXP
  7963.             #endif
  7964.  
  7965.                 EXPLAIN !!MMC_Restrict_Explain
  7966.                 VALUENAME "Restrict_Run"
  7967.                     VALUEON   NUMERIC 0
  7968.                     VALUEOFF  NUMERIC 1
  7969.             END POLICY
  7970.  
  7971.  
  7972.  
  7973.            POLICY !!MMC_LocalUsersGroups
  7974.                 KEYNAME "Software\Policies\Microsoft\MMC\{5D6179C8-17EC-11D1-9AA9-00C04FD8FE93}"
  7975.                     #if version >= 4
  7976.             SUPPORTED !!SUPPORTED_Win2k
  7977.             #endif
  7978.  
  7979.                 EXPLAIN !!MMC_Restrict_Explain
  7980.                 VALUENAME "Restrict_Run"
  7981.                     VALUEON   NUMERIC 0
  7982.                     VALUEOFF  NUMERIC 1
  7983.             END POLICY
  7984.  
  7985.             POLICY !!MMC_PerfLogsAlerts
  7986.                 KEYNAME "Software\Policies\Microsoft\MMC\{7478EF61-8C46-11d1-8D99-00A0C913CAD4}"
  7987.                     #if version >= 4
  7988.             SUPPORTED !!SUPPORTED_Win2k
  7989.             #endif
  7990.  
  7991.                 EXPLAIN !!MMC_Restrict_Explain
  7992.                 VALUENAME "Restrict_Run"
  7993.                     VALUEON   NUMERIC 0
  7994.                     VALUEOFF  NUMERIC 1
  7995.             END POLICY
  7996.  
  7997.             POLICY !!MMC_QoSAdmission
  7998.                 KEYNAME "Software\Policies\Microsoft\MMC\{FD57D297-4FD9-11D1-854E-00C04FC31FD3}"
  7999.                     #if version >= 4
  8000.             SUPPORTED !!SUPPORTED_Win2k
  8001.             #endif
  8002.  
  8003.                 EXPLAIN !!MMC_Restrict_Explain
  8004.                 VALUENAME "Restrict_Run"
  8005.                     VALUEON   NUMERIC 0
  8006.                     VALUEOFF  NUMERIC 1
  8007.             END POLICY
  8008.  
  8009.  
  8010.             POLICY !!MMC_RemoteDesktop
  8011.                 KEYNAME "Software\Policies\Microsoft\MMC\{3D5D035E-7721-4B83-A645-6C07A3D403B7}"
  8012.                     #if version >= 4
  8013.             SUPPORTED !!SUPPORTED_WindowsXP
  8014.             #endif
  8015.  
  8016.                 EXPLAIN !!MMC_Restrict_Explain
  8017.                 VALUENAME "Restrict_Run"
  8018.                     VALUEON   NUMERIC 0
  8019.                     VALUEOFF  NUMERIC 1
  8020.             END POLICY
  8021.  
  8022.             POLICY !!MMC_RSM
  8023.                 KEYNAME "Software\Policies\Microsoft\MMC\{3CB6973D-3E6F-11D0-95DB-00A024D77700}"
  8024.                     #if version >= 4
  8025.             SUPPORTED !!SUPPORTED_Win2k
  8026.             #endif
  8027.  
  8028.                 EXPLAIN !!MMC_Restrict_Explain
  8029.                 VALUENAME "Restrict_Run"
  8030.                     VALUEON   NUMERIC 0
  8031.                     VALUEOFF  NUMERIC 1
  8032.             END POLICY
  8033.  
  8034.             POLICY !!MMC_RRA
  8035.                 KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F839-C7F5-11D0-A376-00C04FC9DA04}"
  8036.                     #if version >= 4
  8037.             SUPPORTED !!SUPPORTED_Win2k
  8038.             #endif
  8039.  
  8040.                 EXPLAIN !!MMC_Restrict_Explain
  8041.                 VALUENAME "Restrict_Run"
  8042.                     VALUEON   NUMERIC 0
  8043.                     VALUEOFF  NUMERIC 1
  8044.             END POLICY
  8045.  
  8046.  
  8047.  
  8048.             POLICY !!MMC_SCA
  8049.                 KEYNAME "Software\Policies\Microsoft\MMC\{011BE22D-E453-11D1-945A-00C04FB984F9}"
  8050.                     #if version >= 4
  8051.             SUPPORTED !!SUPPORTED_Win2k
  8052.             #endif
  8053.  
  8054.                 EXPLAIN !!MMC_Restrict_Explain
  8055.                 VALUENAME "Restrict_Run"
  8056.                     VALUEON   NUMERIC 0
  8057.                     VALUEOFF  NUMERIC 1
  8058.             END POLICY
  8059.  
  8060.             POLICY !!MMC_SecurityTemplates
  8061.                 KEYNAME "Software\Policies\Microsoft\MMC\{5ADF5BF6-E452-11D1-945A-00C04FB984F9}"
  8062.                     #if version >= 4
  8063.             SUPPORTED !!SUPPORTED_Win2k
  8064.             #endif
  8065.  
  8066.                 EXPLAIN !!MMC_Restrict_Explain
  8067.                 VALUENAME "Restrict_Run"
  8068.                     VALUEON   NUMERIC 0
  8069.                     VALUEOFF  NUMERIC 1
  8070.             END POLICY
  8071.  
  8072.             POLICY !!MMC_Services
  8073.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C66-EA27-11CF-ADCF-00AA00A80033}"
  8074.                     #if version >= 4
  8075.             SUPPORTED !!SUPPORTED_Win2k
  8076.             #endif
  8077.  
  8078.                 EXPLAIN !!MMC_Restrict_Explain
  8079.                 VALUENAME "Restrict_Run"
  8080.                     VALUEON   NUMERIC 0
  8081.                     VALUEOFF  NUMERIC 1
  8082.             END POLICY
  8083.  
  8084.             POLICY !!MMC_SharedFolders
  8085.                 KEYNAME "Software\Policies\Microsoft\MMC\{58221C65-EA27-11CF-ADCF-00AA00A80033}"
  8086.                     #if version >= 4
  8087.             SUPPORTED !!SUPPORTED_Win2k
  8088.             #endif
  8089.  
  8090.                 EXPLAIN !!MMC_Restrict_Explain
  8091.                 VALUENAME "Restrict_Run"
  8092.                     VALUEON   NUMERIC 0
  8093.                     VALUEOFF  NUMERIC 1
  8094.             END POLICY
  8095.  
  8096.        
  8097.             POLICY !!MMC_SysInfo
  8098.                 KEYNAME "Software\Policies\Microsoft\MMC\{45ac8c63-23e2-11d1-a696-00c04fd58bc3}"
  8099.                     #if version >= 4
  8100.             SUPPORTED !!SUPPORTED_Win2k
  8101.             #endif
  8102.  
  8103.                 EXPLAIN !!MMC_Restrict_Explain
  8104.                 VALUENAME "Restrict_Run"
  8105.                     VALUEON   NUMERIC 0
  8106.                     VALUEOFF  NUMERIC 1
  8107.             END POLICY
  8108.  
  8109.             POLICY !!MMC_Telephony
  8110.                 KEYNAME "Software\Policies\Microsoft\MMC\{E26D02A0-4C1F-11D1-9AA1-00C04FC3357A}"
  8111.                     #if version >= 4
  8112.             SUPPORTED !!SUPPORTED_Win2k
  8113.             #endif
  8114.  
  8115.                 EXPLAIN !!MMC_Restrict_Explain
  8116.                 VALUENAME "Restrict_Run"
  8117.                     VALUEON   NUMERIC 0
  8118.                     VALUEOFF  NUMERIC 1
  8119.             END POLICY
  8120.  
  8121.             POLICY !!MMC_TerminalServices
  8122.                 KEYNAME "Software\Policies\Microsoft\MMC\{B91B6008-32D2-11D2-9888-00A0C925F917}"
  8123.                     #if version >= 4
  8124.             SUPPORTED !!SUPPORTED_Win2k
  8125.             #endif
  8126.  
  8127.                 EXPLAIN !!MMC_Restrict_Explain
  8128.                 VALUENAME "Restrict_Run"
  8129.                     VALUEON   NUMERIC 0
  8130.                     VALUEOFF  NUMERIC 1
  8131.             END POLICY
  8132.  
  8133.             POLICY !!MMC_WMI
  8134.                 KEYNAME "Software\Policies\Microsoft\MMC\{5C659257-E236-11D2-8899-00104B2AFB46}"
  8135.                     #if version >= 4
  8136.             SUPPORTED !!SUPPORTED_Win2k
  8137.             #endif
  8138.  
  8139.                 EXPLAIN !!MMC_Restrict_Explain
  8140.                 VALUENAME "Restrict_Run"
  8141.                     VALUEON   NUMERIC 0
  8142.                     VALUEOFF  NUMERIC 1
  8143.             END POLICY
  8144.  
  8145.             CATEGORY !!MMC_ExtensionSnapins
  8146.         #if version >= 4
  8147.         EXPLAIN !!MMC_ExtensionSnapins_Help
  8148.         #endif
  8149.    
  8150.                 
  8151.                 POLICY !!MMC_AppleTalkRouting
  8152.                     KEYNAME "Software\Policies\Microsoft\MMC\{1AA7F83C-C7F5-11D0-A376-00C04FC9DA04}"
  8153.                     #if version >= 4
  8154.                 SUPPORTED !!SUPPORTED_Win2k
  8155.                 #endif
  8156.  
  8157.                     EXPLAIN !!MMC_Restrict_Explain
  8158.                     VALUENAME "Restrict_Run"
  8159.                         VALUEON   NUMERIC 0
  8160.                         VALUEOFF  NUMERIC 1
  8161.                 END POLICY
  8162.  
  8163.         POLICY !!MMC_AuthMan
  8164.                     KEYNAME "Software\Policies\Microsoft\MMC\{1F5EEC01-1214-4D94-80C5-4BDCD2014DDD}"
  8165.                         #if version >= 4
  8166.                     SUPPORTED !!SUPPORTED_Win2k
  8167.                 #endif
  8168.  
  8169.                     EXPLAIN !!MMC_Restrict_Explain
  8170.                     VALUENAME "Restrict_Run"
  8171.                         VALUEON   NUMERIC 0
  8172.                             VALUEOFF  NUMERIC 1
  8173.                 END POLICY
  8174.  
  8175.             POLICY !!MMC_CertAuthPolSet
  8176.                     KEYNAME "Software\Policies\Microsoft\MMC\{3F276EB4-70EE-11D1-8A0F-00C04FB93753}"
  8177.                     #if version >= 4
  8178.                 SUPPORTED !!SUPPORTED_Win2k
  8179.                 #endif
  8180.  
  8181.                     EXPLAIN !!MMC_Restrict_Explain
  8182.                     VALUENAME "Restrict_Run"
  8183.                         VALUEON   NUMERIC 0
  8184.                         VALUEOFF  NUMERIC 1
  8185.             END POLICY
  8186.                         
  8187.                 POLICY !!MMC_ConnectionSharingNAT
  8188.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE450B-D6C2-11D0-A37B-00C04FC9DA04}"
  8189.                     #if version >= 4
  8190.                 SUPPORTED !!SUPPORTED_Win2k
  8191.                 #endif
  8192.  
  8193.                     EXPLAIN !!MMC_Restrict_Explain
  8194.                     VALUENAME "Restrict_Run"
  8195.                         VALUEON   NUMERIC 0
  8196.                         VALUEOFF  NUMERIC 1
  8197.                 END POLICY
  8198.  
  8199.                 POLICY !!MMC_DCOMCFG
  8200.                     KEYNAME "Software\Policies\Microsoft\MMC\{9EC88934-C774-11d1-87F4-00C04FC2C17B}"
  8201.                     #if version >= 4
  8202.                 SUPPORTED !!SUPPORTED_Win2k
  8203.                 #endif
  8204.  
  8205.                     EXPLAIN !!MMC_Restrict_Explain
  8206.                     VALUENAME "Restrict_Run"
  8207.                         VALUEON   NUMERIC 0
  8208.                         VALUEOFF  NUMERIC 1
  8209.                 END POLICY
  8210.  
  8211.                 POLICY !!MMC_DeviceManager
  8212.                     KEYNAME "Software\Policies\Microsoft\MMC\{74246bfc-4c96-11d0-abef-0020af6b0b7a}"
  8213.                     #if version >= 4
  8214.                 SUPPORTED !!SUPPORTED_Win2k
  8215.                 #endif
  8216.  
  8217.                     EXPLAIN !!MMC_Restrict_Explain
  8218.                     VALUENAME "Restrict_Run"
  8219.                         VALUEON   NUMERIC 0
  8220.                         VALUEOFF  NUMERIC 1
  8221.                 END POLICY
  8222.  
  8223.                 POLICY !!MMC_DHCPRelayMgmt
  8224.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4502-D6C2-11D0-A37B-00C04FC9DA04}"
  8225.                     #if version >= 4
  8226.                 SUPPORTED !!SUPPORTED_Win2k
  8227.                 #endif
  8228.  
  8229.                     EXPLAIN !!MMC_Restrict_Explain
  8230.                     VALUENAME "Restrict_Run"
  8231.                         VALUEON   NUMERIC 0
  8232.                         VALUEOFF  NUMERIC 1
  8233.                 END POLICY
  8234.  
  8235.                 POLICY !!MMC_EventViewer
  8236.                     KEYNAME "Software\Policies\Microsoft\MMC\{394C052E-B830-11D0-9A86-00C04FD8DBF7}"
  8237.                     #if version >= 4
  8238.                 SUPPORTED !!SUPPORTED_Win2k
  8239.                 #endif
  8240.  
  8241.                     EXPLAIN !!MMC_Restrict_Explain
  8242.                     VALUENAME "Restrict_Run"
  8243.                         VALUEON   NUMERIC 0
  8244.                         VALUEOFF  NUMERIC 1
  8245.                 END POLICY
  8246.  
  8247.         POLICY !!MMC_ExtendView
  8248.                 KEYNAME "Software\Policies\Microsoft\MMC\{B708457E-DB61-4C55-A92F-0D4B5E9B1224}"
  8249.                     #if version >= 4
  8250.             SUPPORTED !!SUPPORTED_WindowsXP
  8251.             #endif
  8252.  
  8253.                 EXPLAIN !!MMC_Restrict_Explain
  8254.                 VALUENAME "Restrict_Run"
  8255.                     VALUEON   NUMERIC 0
  8256.                     VALUEOFF  NUMERIC 1
  8257.             END POLICY
  8258.     
  8259.  
  8260.                 POLICY !!MMC_IASLogging
  8261.                     KEYNAME "Software\Policies\Microsoft\MMC\{2E19B602-48EB-11d2-83CA-00104BCA42CF}"
  8262.                     #if version >= 4
  8263.                 SUPPORTED !!SUPPORTED_Win2k
  8264.                 #endif
  8265.  
  8266.                     EXPLAIN !!MMC_Restrict_Explain
  8267.                     VALUENAME "Restrict_Run"
  8268.                         VALUEON   NUMERIC 0
  8269.                         VALUEOFF  NUMERIC 1
  8270.                 END POLICY
  8271.  
  8272.                 POLICY !!MMC_IGMPRouting
  8273.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4508-D6C2-11D0-A37B-00C04FC9DA04}"
  8274.                     #if version >= 4
  8275.                 SUPPORTED !!SUPPORTED_Win2k
  8276.                 #endif
  8277.  
  8278.                     EXPLAIN !!MMC_Restrict_Explain
  8279.                     VALUENAME "Restrict_Run"
  8280.                         VALUEON   NUMERIC 0
  8281.                         VALUEOFF  NUMERIC 1
  8282.                 END POLICY
  8283.  
  8284.                 POLICY !!MMC_IPRouting
  8285.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4500-D6C2-11D0-A37B-00C04FC9DA04}"
  8286.                     #if version >= 4
  8287.                 SUPPORTED !!SUPPORTED_Win2k
  8288.                 #endif
  8289.  
  8290.                     EXPLAIN !!MMC_Restrict_Explain
  8291.                     VALUENAME "Restrict_Run"
  8292.                         VALUEON   NUMERIC 0
  8293.                         VALUEOFF  NUMERIC 1
  8294.                 END POLICY
  8295.  
  8296.                 POLICY !!MMC_IPXRIPRouting
  8297.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810502-38F1-11D1-9345-00C04FC9DA04}"
  8298.                     #if version >= 4
  8299.                 SUPPORTED !!SUPPORTED_Win2k
  8300.                 #endif
  8301.  
  8302.                     EXPLAIN !!MMC_Restrict_Explain
  8303.                     VALUENAME "Restrict_Run"
  8304.                         VALUEON   NUMERIC 0
  8305.                         VALUEOFF  NUMERIC 1
  8306.                 END POLICY
  8307.  
  8308.                 POLICY !!MMC_IPXRouting
  8309.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810500-38F1-11D1-9345-00C04FC9DA04}"
  8310.                     #if version >= 4
  8311.                 SUPPORTED !!SUPPORTED_Win2k
  8312.                 #endif
  8313.  
  8314.                     EXPLAIN !!MMC_Restrict_Explain
  8315.                     VALUENAME "Restrict_Run"
  8316.                         VALUEON   NUMERIC 0
  8317.                         VALUEOFF  NUMERIC 1
  8318.                 END POLICY
  8319.  
  8320.                 POLICY !!MMC_IPXSAPRouting
  8321.                     KEYNAME "Software\Policies\Microsoft\MMC\{90810504-38F1-11D1-9345-00C04FC9DA04}"
  8322.                     #if version >= 4
  8323.                 SUPPORTED !!SUPPORTED_Win2k
  8324.                 #endif
  8325.  
  8326.                     EXPLAIN !!MMC_Restrict_Explain
  8327.                     VALUENAME "Restrict_Run"
  8328.                         VALUEON   NUMERIC 0
  8329.                         VALUEOFF  NUMERIC 1
  8330.                 END POLICY
  8331.  
  8332.                 POLICY !!MMC_LogicalMappedDrives
  8333.                     KEYNAME "Software\Policies\Microsoft\MMC\{6E8E0081-19CD-11D1-AD91-00AA00B8E05A}"
  8334.                     #if version >= 4
  8335.                 SUPPORTED !!SUPPORTED_Win2k
  8336.                 #endif
  8337.  
  8338.                     EXPLAIN !!MMC_Restrict_Explain
  8339.                     VALUENAME "Restrict_Run"
  8340.                         VALUEON   NUMERIC 0
  8341.                         VALUEOFF  NUMERIC 1
  8342.                 END POLICY
  8343.  
  8344.                 POLICY !!MMC_OSPFRouting
  8345.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4506-D6C2-11D0-A37B-00C04FC9DA04}"
  8346.                     #if version >= 4
  8347.                 SUPPORTED !!SUPPORTED_Win2k
  8348.                 #endif
  8349.  
  8350.                     EXPLAIN !!MMC_Restrict_Explain
  8351.                     VALUENAME "Restrict_Run"
  8352.                         VALUEON   NUMERIC 0
  8353.                         VALUEOFF  NUMERIC 1
  8354.                 END POLICY
  8355.  
  8356.                 POLICY !!MMC_PublicKey
  8357.                     KEYNAME "Software\Policies\Microsoft\MMC\{34AB8E82-C27E-11D1-A6C0-00C04FB94F17}"
  8358.                     #if version >= 4
  8359.                 SUPPORTED !!SUPPORTED_Win2k
  8360.                 #endif
  8361.  
  8362.                     EXPLAIN !!MMC_Restrict_Explain
  8363.                     VALUENAME "Restrict_Run"
  8364.                         VALUEON   NUMERIC 0
  8365.                         VALUEOFF  NUMERIC 1
  8366.                 END POLICY
  8367.  
  8368.                 POLICY !!MMC_RAS_DialinUser
  8369.                     KEYNAME "Software\Policies\Microsoft\MMC\{B52C1E50-1DD2-11D1-BC43-00C04FC31FD3}"
  8370.                     #if version >= 4
  8371.                 SUPPORTED !!SUPPORTED_Win2k
  8372.                 #endif
  8373.  
  8374.                     EXPLAIN !!MMC_Restrict_Explain
  8375.                     VALUENAME "Restrict_Run"
  8376.                         VALUEON   NUMERIC 0
  8377.                         VALUEOFF  NUMERIC 1
  8378.                 END POLICY
  8379.  
  8380.                 POLICY !!MMC_RemoteAccess
  8381.                     KEYNAME "Software\Policies\Microsoft\MMC\{5880CD5C-8EC0-11d1-9570-0060B0576642}"
  8382.                     #if version >= 4
  8383.                 SUPPORTED !!SUPPORTED_Win2k
  8384.                 #endif
  8385.  
  8386.                     EXPLAIN !!MMC_Restrict_Explain
  8387.                     VALUENAME "Restrict_Run"
  8388.                         VALUEON   NUMERIC 0
  8389.                         VALUEOFF  NUMERIC 1
  8390.                 END POLICY
  8391.  
  8392.                 POLICY !!MMC_RemStore
  8393.                     KEYNAME "Software\Policies\Microsoft\MMC\{243E20B0-48ED-11D2-97DA-00A024D77700}"
  8394.                     #if version >= 4
  8395.                 SUPPORTED !!SUPPORTED_Win2k
  8396.                 #endif
  8397.  
  8398.                     EXPLAIN !!MMC_Restrict_Explain
  8399.                     VALUENAME "Restrict_Run"
  8400.                         VALUEON   NUMERIC 0
  8401.                         VALUEOFF  NUMERIC 1
  8402.                 END POLICY
  8403.  
  8404.                 POLICY !!MMC_RIPRouting
  8405.                     KEYNAME "Software\Policies\Microsoft\MMC\{C2FE4504-D6C2-11D0-A37B-00C04FC9DA04}"
  8406.                     #if version >= 4
  8407.                 SUPPORTED !!SUPPORTED_Win2k
  8408.                 #endif
  8409.  
  8410.                     EXPLAIN !!MMC_Restrict_Explain
  8411.                     VALUENAME "Restrict_Run"
  8412.                         VALUEON   NUMERIC 0
  8413.                         VALUEOFF  NUMERIC 1
  8414.                 END POLICY
  8415.  
  8416.                 POLICY !!MMC_Routing
  8417.                     KEYNAME "Software\Policies\Microsoft\MMC\{DAB1A262-4FD7-11D1-842C-00C04FB6C218}"
  8418.                     #if version >= 4
  8419.                 SUPPORTED !!SUPPORTED_Win2k
  8420.                 #endif
  8421.  
  8422.                     EXPLAIN !!MMC_Restrict_Explain
  8423.                     VALUENAME "Restrict_Run"
  8424.                         VALUEON   NUMERIC 0
  8425.                         VALUEOFF  NUMERIC 1
  8426.                 END POLICY
  8427.  
  8428.         POLICY !!MMC_SharedFolders_Ext
  8429.                     KEYNAME "Software\Policies\Microsoft\MMC\{58221C69-EA27-11CF-ADCF-00AA00A80033}"
  8430.                     #if version >= 4
  8431.             SUPPORTED !!SUPPORTED_Win2k
  8432.             #endif
  8433.  
  8434.                     EXPLAIN !!MMC_Restrict_Explain
  8435.                     VALUENAME "Restrict_Run"
  8436.                        VALUEON   NUMERIC 0
  8437.                        VALUEOFF  NUMERIC 1
  8438.             END POLICY
  8439.  
  8440.  
  8441.  
  8442.                 POLICY !!MMC_SendConsoleMessage
  8443.                     KEYNAME "Software\Policies\Microsoft\MMC\{B1AFF7D0-0C49-11D1-BB12-00C04FC9A3A3}"
  8444.                     #if version >= 4
  8445.                 SUPPORTED !!SUPPORTED_Win2k
  8446.                 #endif
  8447.  
  8448.                     EXPLAIN !!MMC_Restrict_Explain
  8449.                     VALUENAME "Restrict_Run"
  8450.                         VALUEON   NUMERIC 0
  8451.                         VALUEOFF  NUMERIC 1
  8452.                 END POLICY
  8453.  
  8454.                 POLICY !!MMC_ServiceDependencies
  8455.                     #if version >= 4
  8456.                 SUPPORTED !!SUPPORTED_Win2k
  8457.                 #endif
  8458.  
  8459.                     KEYNAME "Software\Policies\Microsoft\MMC\{BD95BA60-2E26-AAD1-AD99-00AA00B8E05A}"
  8460.                     EXPLAIN !!MMC_Restrict_Explain
  8461.                     VALUENAME "Restrict_Run"
  8462.                         VALUEON   NUMERIC 0
  8463.                         VALUEOFF  NUMERIC 1
  8464.                 END POLICY
  8465.  
  8466.                 POLICY !!MMC_SMTPProtocol
  8467.                     #if version >= 4
  8468.                 SUPPORTED !!SUPPORTED_Win2k
  8469.                 #endif
  8470.  
  8471.                     KEYNAME "Software\Policies\Microsoft\MMC\{03f1f940-a0f2-11d0-bb77-00aa00a1eab7}"
  8472.                     EXPLAIN !!MMC_Restrict_Explain
  8473.                     VALUENAME "Restrict_Run"
  8474.                         VALUEON   NUMERIC 0
  8475.                         VALUEOFF  NUMERIC 1
  8476.                 END POLICY
  8477.  
  8478.                 POLICY !!MMC_SNMP
  8479.                     KEYNAME "Software\Policies\Microsoft\MMC\{7AF60DD3-4979-11D1-8A6C-00C04FC33566}"
  8480.                     #if version >= 4
  8481.                 SUPPORTED !!SUPPORTED_Win2k
  8482.                 #endif
  8483.  
  8484.                     EXPLAIN !!MMC_Restrict_Explain
  8485.                     VALUENAME "Restrict_Run"
  8486.                         VALUEON   NUMERIC 0
  8487.                         VALUEOFF  NUMERIC 1
  8488.                 END POLICY
  8489.  
  8490.                 POLICY !!MMC_SysProp
  8491.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F3621F1-23C6-11D1-AD97-00AA00B88E5A}"
  8492.                     #if version >= 4
  8493.                 SUPPORTED !!SUPPORTED_Win2k
  8494.                 #endif
  8495.  
  8496.                     EXPLAIN !!MMC_Restrict_Explain
  8497.                     VALUENAME "Restrict_Run"
  8498.                         VALUEON   NUMERIC 0
  8499.                         VALUEOFF  NUMERIC 1
  8500.                 END POLICY
  8501.  
  8502.             END CATEGORY ;; MMC_ExtensionSnapins
  8503.  
  8504.  
  8505.             CATEGORY !!MMC_GroupPolicy
  8506.         #if version >= 4
  8507.         EXPLAIN !!MMC_GroupPolicy_Help
  8508.         #endif
  8509.  
  8510.                 POLICY !!MMC_GroupPolicyManagementSnapIn
  8511.                     KEYNAME "Software\Policies\Microsoft\MMC\{E12BBB5D-D59D-4E61-947A-301D25AE8C23}"
  8512.                     #if version >= 4
  8513.                 SUPPORTED !!SUPPORTED_WindowsXPSP1
  8514.             #endif
  8515.  
  8516.                     EXPLAIN !!MMC_Restrict_Explain
  8517.                     VALUENAME "Restrict_Run"
  8518.                         VALUEON   NUMERIC 0
  8519.                         VALUEOFF  NUMERIC 1
  8520.                 END POLICY
  8521.              
  8522.        
  8523.         POLICY !!MMC_GroupPolicySnapIn
  8524.                     KEYNAME "Software\Policies\Microsoft\MMC\{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}"
  8525.                     #if version >= 4
  8526.                 SUPPORTED !!SUPPORTED_Win2k
  8527.                 #endif
  8528.  
  8529.                     EXPLAIN !!MMC_Restrict_Explain
  8530.                     VALUENAME "Restrict_Run"
  8531.                         VALUEON   NUMERIC 0
  8532.                         VALUEOFF  NUMERIC 1
  8533.                 END POLICY
  8534.  
  8535.                 POLICY !!MMC_GroupPolicyTab
  8536.                     KEYNAME "Software\Policies\Microsoft\MMC\{D70A2BEA-A63E-11D1-A7D4-0000F87571E3}"
  8537.                     #if version >= 4
  8538.                 SUPPORTED !!SUPPORTED_Win2k
  8539.                 #endif
  8540.  
  8541.                     EXPLAIN !!MMC_GroupPolicyTab_Explain
  8542.                     VALUENAME "Restrict_Run"
  8543.                         VALUEON   NUMERIC 0
  8544.                         VALUEOFF  NUMERIC 1
  8545.                 END POLICY
  8546.  
  8547.  
  8548.         POLICY !!MMC_ResultantSetOfPolicySnapIn
  8549.                     KEYNAME "Software\Policies\Microsoft\MMC\{6DC3804B-7212-458D-ADB0-9A07E2AE1FA2}"
  8550.                     #if version >= 4
  8551.                 SUPPORTED !!SUPPORTED_WindowsXP
  8552.             #endif
  8553.  
  8554.                     EXPLAIN !!MMC_Restrict_Explain
  8555.                     VALUENAME "Restrict_Run"
  8556.                         VALUEON   NUMERIC 0
  8557.                         VALUEOFF  NUMERIC 1
  8558.                 END POLICY
  8559.  
  8560.  
  8561.         CATEGORY !!MMC_GroupPolicy_GPSnapin
  8562.         #if version >= 4
  8563.         EXPLAIN !!MMC_GroupPolicy_GPSnapin_Help
  8564.         #endif
  8565.  
  8566.  
  8567.  
  8568.                 POLICY !!MMC_ADMComputers
  8569.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957D-509E-11D1-A7CC-0000F87571E3}"
  8570.                     #if version >= 4
  8571.                 SUPPORTED !!SUPPORTED_Win2k
  8572.                 #endif
  8573.  
  8574.                     EXPLAIN !!MMC_Restrict_Explain
  8575.                     VALUENAME "Restrict_Run"
  8576.                         VALUEON   NUMERIC 0
  8577.                         VALUEOFF  NUMERIC 1
  8578.                 END POLICY
  8579.  
  8580.                 POLICY !!MMC_ADMUsers
  8581.                     KEYNAME "Software\Policies\Microsoft\MMC\{0F6B957E-509E-11D1-A7CC-0000F87571E3}"
  8582.                     #if version >= 4
  8583.                 SUPPORTED !!SUPPORTED_Win2k
  8584.                 #endif
  8585.  
  8586.                     EXPLAIN !!MMC_Restrict_Explain
  8587.                     VALUENAME "Restrict_Run"
  8588.                         VALUEON   NUMERIC 0
  8589.                         VALUEOFF  NUMERIC 1
  8590.                 END POLICY
  8591.  
  8592.                 POLICY !!MMC_FolderRedirection
  8593.                     KEYNAME "Software\Policies\Microsoft\MMC\{88E729D6-BDC1-11D1-BD2A-00C04FB9603F}"
  8594.                     #if version >= 4
  8595.                 SUPPORTED !!SUPPORTED_Win2k
  8596.                 #endif
  8597.  
  8598.                     EXPLAIN !!MMC_Restrict_Explain
  8599.                     VALUENAME "Restrict_Run"
  8600.                         VALUEON   NUMERIC 0
  8601.                         VALUEOFF  NUMERIC 1
  8602.                 END POLICY
  8603.  
  8604.                 POLICY !!MMC_IEMaintenance
  8605.                     KEYNAME "Software\Policies\Microsoft\MMC\{FC715823-C5FB-11D1-9EEF-00A0C90347FF}"
  8606.                     #if version >= 4
  8607.                 SUPPORTED !!SUPPORTED_Win2k
  8608.                 #endif
  8609.  
  8610.                     EXPLAIN !!MMC_Restrict_Explain
  8611.                     VALUENAME "Restrict_Run"
  8612.                         VALUEON   NUMERIC 0
  8613.                         VALUEOFF  NUMERIC 1
  8614.                 END POLICY
  8615.  
  8616.                 POLICY !!MMC_RIS
  8617.                     KEYNAME "Software\Policies\Microsoft\MMC\{3060E8CE-7020-11D2-842D-00C04FA372D4}"
  8618.                     #if version >= 4
  8619.                 SUPPORTED !!SUPPORTED_Win2k
  8620.                 #endif
  8621.  
  8622.                     EXPLAIN !!MMC_Restrict_Explain
  8623.                     VALUENAME "Restrict_Run"
  8624.                         VALUEON   NUMERIC 0
  8625.                         VALUEOFF  NUMERIC 1
  8626.                 END POLICY
  8627.  
  8628.                 POLICY !!MMC_ScriptsUser
  8629.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66650-4972-11D1-A7CA-0000F87571E3}"
  8630.                     #if version >= 4
  8631.                 SUPPORTED !!SUPPORTED_Win2k
  8632.                 #endif
  8633.  
  8634.                     EXPLAIN !!MMC_Restrict_Explain
  8635.                     VALUENAME "Restrict_Run"
  8636.                         VALUEON   NUMERIC 0
  8637.                         VALUEOFF  NUMERIC 1
  8638.                 END POLICY
  8639.  
  8640.                 POLICY !!MMC_ScriptsMachine
  8641.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B6664F-4972-11D1-A7CA-0000F87571E3}"
  8642.                     #if version >= 4
  8643.                 SUPPORTED !!SUPPORTED_Win2k
  8644.                 #endif
  8645.  
  8646.                     EXPLAIN !!MMC_Restrict_Explain
  8647.                     VALUENAME "Restrict_Run"
  8648.                         VALUEON   NUMERIC 0
  8649.                         VALUEOFF  NUMERIC 1
  8650.                 END POLICY
  8651.  
  8652.                 POLICY !!MMC_SecuritySettings
  8653.                     KEYNAME "Software\Policies\Microsoft\MMC\{803E14A0-B4FB-11D0-A0D0-00A0C90F574B}"
  8654.                     #if version >= 4
  8655.                 SUPPORTED !!SUPPORTED_Win2k
  8656.                 #endif
  8657.  
  8658.                     EXPLAIN !!MMC_Restrict_Explain
  8659.                     VALUENAME "Restrict_Run"
  8660.                         VALUEON   NUMERIC 0
  8661.                         VALUEOFF  NUMERIC 1
  8662.                 END POLICY
  8663.  
  8664.                 POLICY !!MMC_SoftwareInstalationComputers
  8665.                     KEYNAME "Software\Policies\Microsoft\MMC\{942A8E4F-A261-11D1-A760-00C04FB9603F}"
  8666.                     #if version >= 4
  8667.                 SUPPORTED !!SUPPORTED_Win2k
  8668.                 #endif
  8669.  
  8670.                     EXPLAIN !!MMC_Restrict_Explain
  8671.                     VALUENAME "Restrict_Run"
  8672.                         VALUEON   NUMERIC 0
  8673.                         VALUEOFF  NUMERIC 1
  8674.                 END POLICY
  8675.  
  8676.                 POLICY !!MMC_SoftwareInstallationUsers
  8677.                     KEYNAME "Software\Policies\Microsoft\MMC\{BACF5C8A-A3C7-11D1-A760-00C04FB9603F}"
  8678.                     #if version >= 4
  8679.                 SUPPORTED !!SUPPORTED_Win2k
  8680.                 #endif
  8681.  
  8682.                     EXPLAIN !!MMC_Restrict_Explain
  8683.                     VALUENAME "Restrict_Run"
  8684.                         VALUEON   NUMERIC 0
  8685.                         VALUEOFF  NUMERIC 1
  8686.                 END POLICY
  8687.  
  8688.                 POLICY !!MMC_WirelessNetworkPolicy
  8689.                     KEYNAME "Software\Policies\Microsoft\MMC\{2DA6AA7F-8C88-4194-A558-0D36E7FD3E64}"
  8690.                     #if version >= 4
  8691.                 SUPPORTED !!SUPPORTED_Win2k
  8692.                 #endif
  8693.  
  8694.                     EXPLAIN !!MMC_Restrict_Explain
  8695.                     VALUENAME "Restrict_Run"
  8696.                         VALUEON   NUMERIC 0
  8697.                         VALUEOFF  NUMERIC 1
  8698.                 END POLICY
  8699.  
  8700.         END CATEGORY ;; MMC_GroupPolicy_GPSnapin         
  8701.  
  8702.  
  8703.         CATEGORY !!MMC_GroupPolicy_RSoPSnapin
  8704.         #if version >= 4
  8705.         EXPLAIN !!MMC_GroupPolicy_RSoPSnapin_Help
  8706.         #endif
  8707.  
  8708.  
  8709.                 POLICY !!MMC_ADMComputers
  8710.                     KEYNAME "Software\Policies\Microsoft\MMC\{B6F9C8AE-EF3A-41C8-A911-37370C331DD4}"
  8711.                     #if version >= 4
  8712.                 SUPPORTED !!SUPPORTED_WindowsXP
  8713.                 #endif
  8714.  
  8715.                     EXPLAIN !!MMC_Restrict_Explain
  8716.                     VALUENAME "Restrict_Run"
  8717.                         VALUEON   NUMERIC 0
  8718.                         VALUEOFF  NUMERIC 1
  8719.                 END POLICY
  8720.  
  8721.                 POLICY !!MMC_ADMUsers
  8722.                     KEYNAME "Software\Policies\Microsoft\MMC\{B6F9C8AF-EF3A-41C8-A911-37370C331DD4}"
  8723.                     #if version >= 4
  8724.                 SUPPORTED !!SUPPORTED_WindowsXP
  8725.                 #endif
  8726.  
  8727.                     EXPLAIN !!MMC_Restrict_Explain
  8728.                     VALUENAME "Restrict_Run"
  8729.                         VALUEON   NUMERIC 0
  8730.                         VALUEOFF  NUMERIC 1
  8731.                 END POLICY
  8732.  
  8733.                 POLICY !!MMC_FolderRedirection
  8734.                     KEYNAME "Software\Policies\Microsoft\MMC\{c40d66a0-e90c-46c6-aa3b-473e38c72bf2}"
  8735.                     #if version >= 4
  8736.                 SUPPORTED !!SUPPORTED_WindowsXP
  8737.                 #endif
  8738.  
  8739.                     EXPLAIN !!MMC_Restrict_Explain
  8740.                     VALUENAME "Restrict_Run"
  8741.                         VALUEON   NUMERIC 0
  8742.                         VALUEOFF  NUMERIC 1
  8743.                 END POLICY
  8744.  
  8745.                 POLICY !!MMC_IEMaintenance
  8746.                     KEYNAME "Software\Policies\Microsoft\MMC\{d524927d-6c08-46bf-86af-391534d779d3}"
  8747.                     #if version >= 4
  8748.                 SUPPORTED !!SUPPORTED_WindowsXP
  8749.                 #endif
  8750.  
  8751.                     EXPLAIN !!MMC_Restrict_Explain
  8752.                     VALUENAME "Restrict_Run"
  8753.                         VALUEON   NUMERIC 0
  8754.                         VALUEOFF  NUMERIC 1
  8755.                 END POLICY
  8756.  
  8757.                 POLICY !!MMC_ScriptsUser
  8758.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66661-4972-11d1-A7CA-0000F87571E3}"
  8759.                     #if version >= 4
  8760.                 SUPPORTED !!SUPPORTED_WindowsXP
  8761.                 #endif
  8762.  
  8763.                     EXPLAIN !!MMC_Restrict_Explain
  8764.                     VALUENAME "Restrict_Run"
  8765.                         VALUEON   NUMERIC 0
  8766.                         VALUEOFF  NUMERIC 1
  8767.                 END POLICY
  8768.  
  8769.                 POLICY !!MMC_ScriptsMachine
  8770.                     KEYNAME "Software\Policies\Microsoft\MMC\{40B66660-4972-11d1-A7CA-0000F87571E3}"
  8771.                     #if version >= 4
  8772.                 SUPPORTED !!SUPPORTED_WindowsXP
  8773.                 #endif
  8774.  
  8775.                     EXPLAIN !!MMC_Restrict_Explain
  8776.                     VALUENAME "Restrict_Run"
  8777.                         VALUEON   NUMERIC 0
  8778.                         VALUEOFF  NUMERIC 1
  8779.                 END POLICY
  8780.  
  8781.                 POLICY !!MMC_SecuritySettings
  8782.                     KEYNAME "Software\Policies\Microsoft\MMC\{fe883157-cebd-4570-b7a2-e4fe06abe626}"
  8783.                     #if version >= 4
  8784.                 SUPPORTED !!SUPPORTED_WindowsXP
  8785.                 #endif
  8786.  
  8787.                     EXPLAIN !!MMC_Restrict_Explain
  8788.                     VALUENAME "Restrict_Run"
  8789.                         VALUEON   NUMERIC 0
  8790.                         VALUEOFF  NUMERIC 1
  8791.                 END POLICY
  8792.  
  8793.                 POLICY !!MMC_SoftwareInstalationComputers
  8794.                     KEYNAME "Software\Policies\Microsoft\MMC\{7E45546F-6D52-4D10-B702-9C2E67232E62}"
  8795.                     #if version >= 4
  8796.                 SUPPORTED !!SUPPORTED_WindowsXP
  8797.                 #endif
  8798.  
  8799.                     EXPLAIN !!MMC_Restrict_Explain
  8800.                     VALUENAME "Restrict_Run"
  8801.                         VALUEON   NUMERIC 0
  8802.                         VALUEOFF  NUMERIC 1
  8803.                 END POLICY
  8804.  
  8805.                 POLICY !!MMC_SoftwareInstallationUsers
  8806.                     KEYNAME "Software\Policies\Microsoft\MMC\{1BC972D6-555C-4FF7-BE2C-C584021A0A6A}"
  8807.                     #if version >= 4
  8808.                 SUPPORTED !!SUPPORTED_WindowsXP
  8809.                 #endif
  8810.  
  8811.                     EXPLAIN !!MMC_Restrict_Explain
  8812.                     VALUENAME "Restrict_Run"
  8813.                         VALUEON   NUMERIC 0
  8814.                         VALUEOFF  NUMERIC 1
  8815.                 END POLICY
  8816.  
  8817.         END CATEGORY ;; MMC_GroupPolicy_RSOPSnapin
  8818.  
  8819.  
  8820.             END CATEGORY ;; MMC_GroupPolicy
  8821.     
  8822.         END CATEGORY ;; MMC_RESTRICT
  8823.  
  8824.     END CATEGORY ;; MMC
  8825.  
  8826.  
  8827.     CATEGORY !!TaskScheduler
  8828.     #if version >= 4
  8829.     EXPLAIN !!TaskScheduler_Help
  8830.     #endif
  8831.  
  8832.         KEYNAME "Software\Policies\Microsoft\Windows\Task Scheduler5.0"
  8833.  
  8834.         POLICY !!PropertyPages
  8835.             EXPLAIN !!PropertyPagesHelp
  8836.             #if version >= 4
  8837.         SUPPORTED !!SUPPORTED_Win2k
  8838.         #endif
  8839.  
  8840.         VALUENAME "Property Pages"
  8841.         END POLICY
  8842.     
  8843.         POLICY !!Execution
  8844.             #if version >= 4
  8845.         SUPPORTED !!SUPPORTED_Win2k
  8846.         #endif
  8847.  
  8848.             EXPLAIN !!ExecutionHelp
  8849.             VALUENAME "Execution"
  8850.         END POLICY
  8851.     
  8852.         POLICY !!DragAndDrop
  8853.                #if version >= 4
  8854.         SUPPORTED !!SUPPORTED_Win2k
  8855.         #endif
  8856.  
  8857.             EXPLAIN !!DragAndDropHelp
  8858.         VALUENAME "DragAndDrop"
  8859.         END POLICY
  8860.     
  8861.         POLICY !!TaskCreation
  8862.                #if version >= 4
  8863.         SUPPORTED !!SUPPORTED_Win2k
  8864.         #endif
  8865.     
  8866.             EXPLAIN !!TaskCreationHelp
  8867.             VALUENAME "Task Creation"
  8868.         END POLICY
  8869.   
  8870.         POLICY !!TaskDeletion
  8871.             #if version >= 4
  8872.         SUPPORTED !!SUPPORTED_Win2k
  8873.         #endif
  8874.  
  8875.             EXPLAIN !!TaskDeletionHelp
  8876.         VALUENAME "Task Deletion"
  8877.         END POLICY
  8878.  
  8879.         POLICY !!DisableAdvanced
  8880.             #if version >= 4
  8881.         SUPPORTED !!SUPPORTED_Win2k
  8882.         #endif
  8883.  
  8884.             EXPLAIN !!DisableAdvancedHelp
  8885.             VALUENAME "Disable Advanced"
  8886.         END POLICY
  8887.  
  8888.         POLICY !!AllowBrowse
  8889.                #if version >= 4
  8890.         SUPPORTED !!SUPPORTED_Win2k
  8891.         #endif
  8892.  
  8893.             EXPLAIN !!AllowBrowseHelp
  8894.             VALUENAME "Allow Browse"
  8895.         END POLICY
  8896.  
  8897.     END CATEGORY ;Task Scheduler        
  8898.  
  8899.  
  8900.    CATEGORY !!TS_GP_NODE
  8901.     #if version >= 4
  8902.     EXPLAIN !!TS_User_Help
  8903.     #endif
  8904.  
  8905.      KEYNAME     "SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services"
  8906.     
  8907.     POLICY  !!TS_START_PROGRAM
  8908.     #if version >= 4
  8909.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  8910.     #endif
  8911.     EXPLAIN !!TS_START_PROGRAM_EXPLAIN 
  8912.     PART !!TS_PROGRAM_NAME EDITTEXT REQUIRED
  8913.     VALUENAME   "InitialProgram"    
  8914.     END PART
  8915.     
  8916.     PART !!TS_WORKDIR EDITTEXT 
  8917.     VALUENAME   "WorkDirectory"    
  8918.     END PART
  8919.     
  8920.     VALUENAME   "fInheritInitialProgram"
  8921.     
  8922.     END POLICY
  8923.  
  8924.  
  8925.         
  8926.     CATEGORY !!TS_Sessions
  8927.     #if version >= 4
  8928.     EXPLAIN !!TS_Sessions_User_Help
  8929.     #endif
  8930.  
  8931.   
  8932.         POLICY  !!TS_Sessions_Disconnected_Timeout
  8933.         #if version >= 4
  8934.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8935.         #endif
  8936.         EXPLAIN !!TS_SESSIONS_DISCONNECTED_TIMEOUT_EXPLAIN
  8937.         ACTIONLISTOFF
  8938.         VALUENAME "MaxDisconnectionTime" VALUE "0"
  8939.         END ACTIONLISTOFF
  8940.         
  8941.         PART !!TS_Sessions_EndDisconnected DROPDOWNLIST NOSORT 
  8942.         VALUENAME "MaxDisconnectionTime"
  8943.         ITEMLIST
  8944.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  8945.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000 
  8946.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  8947.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  8948.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  8949.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  8950.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  8951.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  8952.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  8953.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  8954.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  8955.         END ITEMLIST
  8956.         END PART
  8957.         END POLICY    
  8958.     
  8959.         POLICY  !!TS_Sessions_Limits
  8960.         #if version >= 4
  8961.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8962.         #endif
  8963.         EXPLAIN !!TS_SESSIONS_LIMITS_EXPLAIN    
  8964.         PART !!TS_Sessions_ActiveLimit DROPDOWNLIST NOSORT 
  8965.         VALUENAME "MaxConnectionTime"
  8966.         ITEMLIST
  8967.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  8968.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  8969.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  8970.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  8971.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  8972.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  8973.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  8974.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  8975.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  8976.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  8977.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  8978.         END ITEMLIST
  8979.         END PART
  8980.         
  8981.         END POLICY
  8982.         
  8983.         POLICY  !!TS_Sessions_Idle_Limit
  8984.         #if version >= 4
  8985.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  8986.         #endif
  8987.         EXPLAIN !!TS_SESSIONS_IDLE_LIMIT_EXPLAIN
  8988.         PART !!TS_Sessions_IdleLimitText DROPDOWNLIST NOSORT 
  8989.         VALUENAME "MaxIdleTime" REQUIRED
  8990.         ITEMLIST
  8991.         
  8992.         NAME !!TS_TIME_NEVER  VALUE    NUMERIC 0   DEFAULT
  8993.         NAME !!TS_TIME_1MIN   VALUE    NUMERIC 60000
  8994.         NAME !!TS_TIME_5MIN   VALUE    NUMERIC 300000
  8995.         NAME !!TS_TIME_10MIN   VALUE   NUMERIC 600000
  8996.         NAME !!TS_TIME_15MIN   VALUE   NUMERIC 900000
  8997.         NAME !!TS_TIME_30MIN   VALUE   NUMERIC 1800000
  8998.         NAME !!TS_TIME_1HR   VALUE     NUMERIC 3600000
  8999.         NAME !!TS_TIME_2HR   VALUE     NUMERIC 7200000
  9000.         NAME !!TS_TIME_3HR   VALUE     NUMERIC 10800000
  9001.         NAME !!TS_TIME_1DAY   VALUE    NUMERIC 86400000
  9002.         NAME !!TS_TIME_2DAY   VALUE    NUMERIC 172800000
  9003.         END ITEMLIST
  9004.         END PART
  9005.        
  9006.         END POLICY
  9007.         
  9008.         POLICY  !!TS_Sessions_Reconnect_Same
  9009.         #if version >= 4
  9010.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  9011.         #endif
  9012.         EXPLAIN !!TS_SESSIONS_RECONNECT_SAME_EXPLAIN
  9013.         VALUENAME "fReconnectSame" 
  9014.         VALUEON  NUMERIC 1  
  9015.         VALUEOFF NUMERIC 0      
  9016.         END POLICY
  9017.         
  9018.         POLICY !!TS_Session_End_On_Limit 
  9019.         #if version >= 4
  9020.         SUPPORTED !!TS_SUPPORTED_WindowsXP
  9021.         #endif
  9022.  
  9023.         EXPLAIN !!TS_SESSION_END_ON_LIMIT_EXPLAIN
  9024.         VALUENAME "fResetBroken" 
  9025.         VALUEON  NUMERIC 1  
  9026.         VALUEOFF NUMERIC 0      
  9027.         END POLICY
  9028.     
  9029.     END CATEGORY
  9030.  
  9031.     POLICY  !!TS_RemoteControl
  9032.     #if version >= 4
  9033.     SUPPORTED !!TS_SUPPORTED_WindowsXP
  9034.     #endif
  9035.     EXPLAIN !!TS_RemoteControl_EXPLAIN 
  9036.     PART !!TS_RemoteControl_Levels DROPDOWNLIST NOSORT                                                               
  9037.     VALUENAME "Shadow"
  9038.     ITEMLIST
  9039.     NAME !!TS_RemoteControl_0  VALUE    NUMERIC 0   DEFAULT
  9040.     NAME !!TS_RemoteControl_1  VALUE    NUMERIC 1   
  9041.     NAME !!TS_RemoteControl_2  VALUE    NUMERIC 2   
  9042.     NAME !!TS_RemoteControl_3  VALUE    NUMERIC 3   
  9043.     NAME !!TS_RemoteControl_4  VALUE    NUMERIC 4   
  9044.     END ITEMLIST
  9045.     END PART
  9046.     
  9047.     
  9048.     END POLICY
  9049.  
  9050.     END CATEGORY ; TS_GP_NODE
  9051.  
  9052.     CATEGORY !!MSI
  9053.     #if version >= 4
  9054.     EXPLAIN !!MSI_Help
  9055.     #endif
  9056.  
  9057.         KEYNAME "Software\Policies\Microsoft\Windows\Installer"
  9058.  
  9059.             POLICY !!AlwaysInstallElevated
  9060.                     #if version >= 4
  9061.             SUPPORTED !!SUPPORTED_Win2k
  9062.             #endif
  9063.  
  9064.                 EXPLAIN !!AlwaysInstallElevated_Help
  9065.                 VALUENAME "AlwaysInstallElevated"
  9066.                 VALUEON NUMERIC 1
  9067.                 VALUEOFF NUMERIC 0
  9068.  
  9069.  
  9070.             PART !!Blank TEXT
  9071.             END PART
  9072.             PART !!UserANDMachineT TEXT
  9073.             END PART
  9074.         END POLICY
  9075.  
  9076.             POLICY !!SearchOrder
  9077.                     #if version >= 4
  9078.             SUPPORTED !!SUPPORTED_Win2k
  9079.             #endif
  9080.  
  9081.                 EXPLAIN !!SearchOrder_Help
  9082.                 PART !!SearchOrder EDITTEXT
  9083.                     VALUENAME "SearchOrder"
  9084.                 DEFAULT nmu
  9085.             END PART
  9086.           
  9087.         PART !!SearchOrderT1 TEXT
  9088.             END PART
  9089.             PART !!SearchOrderT2 TEXT
  9090.             END PART
  9091.         END POLICY
  9092.  
  9093.  
  9094.             POLICY !!DisableRollback
  9095.                     #if version >= 4
  9096.             SUPPORTED !!SUPPORTED_Win2k
  9097.             #endif
  9098.  
  9099.                 EXPLAIN !!DisableRollback_Help
  9100.                 VALUENAME "DisableRollback"
  9101.             VALUEON NUMERIC 1
  9102.             VALUEOFF NUMERIC 0
  9103.  
  9104.             PART !!Blank          TEXT
  9105.             END PART
  9106.             PART !!UserORMachineT TEXT
  9107.             END PART
  9108.         END POLICY
  9109.  
  9110.             POLICY !!DisableMedia
  9111.                     #if version >= 4
  9112.             SUPPORTED !!SUPPORTED_Win2k
  9113.             #endif
  9114.  
  9115.                 EXPLAIN !!DisableMedia_Help
  9116.                 VALUENAME "DisableMedia"
  9117.             VALUEON NUMERIC 1
  9118.             VALUEOFF NUMERIC 0
  9119.      
  9120.         END POLICY
  9121.     
  9122.     END CATEGORY ; MSI
  9123.  
  9124.     CATEGORY !!WinMSG_WindowsMsg
  9125.     #if version >= 4
  9126.     EXPLAIN !!WinMSG_WindowsMsg_Help
  9127.     #endif
  9128.  
  9129.  
  9130.     KEYNAME "Software\Policies\Microsoft\Messenger\Client"
  9131.  
  9132.     POLICY !!WinMSG_NoWindowsMsg_User
  9133.         #if version >= 4
  9134.         SUPPORTED !!SUPPORTED_WindowsXP
  9135.         #endif
  9136.  
  9137.  
  9138.              EXPLAIN !!WinMSG_NoWindowsMsg_Help
  9139.         VALUENAME "PreventRun"
  9140.             VALUEON NUMERIC 1
  9141.                 VALUEOFF NUMERIC 0
  9142.  
  9143.     END POLICY
  9144.  
  9145.     POLICY !!WinMSG_NoAutoStartWindowsMsg_User
  9146.         #if version >= 4
  9147.         SUPPORTED !!SUPPORTED_WindowsXP
  9148.         #endif
  9149.  
  9150.  
  9151.              EXPLAIN !!WinMSG_NoAutoStartWindowsMsg_Help
  9152.         VALUENAME "PreventAutoRun"
  9153.             VALUEON NUMERIC 1
  9154.                 VALUEOFF NUMERIC 0
  9155.  
  9156.     END POLICY
  9157.  
  9158.     END CATEGORY ; WindowsMsg
  9159.  
  9160.  
  9161.  
  9162.     CATEGORY !!WindowsUpdateCat
  9163.     #if version >= 4
  9164.     EXPLAIN !!WindowsUpdateCat_Help
  9165.     #endif
  9166.  
  9167.  
  9168.  
  9169.         KEYNAME "Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate"
  9170.  
  9171.         POLICY !!RemoveWindowsUpdate
  9172.             #if version >= 4
  9173.         SUPPORTED !!SUPPORTED_WindowsXP
  9174.         #endif
  9175.  
  9176.             EXPLAIN !!RemoveWindowsUpdate_Help
  9177.         VALUENAME "DisableWindowsUpdateAccess"
  9178.         END POLICY
  9179.  
  9180.     END CATEGORY ;; WindowsUpdateCat
  9181.  
  9182. END CATEGORY ;; WindowsComponents
  9183.  
  9184. #endif
  9185.  
  9186.  
  9187. [strings]
  9188. ABCDOnly="Restrict A, B, C and D drives only"
  9189. ABConly="Restrict A, B and C drives only"
  9190. ABOnly="Restrict A and B drives only"
  9191. ActiveDesktop="Active Desktop"
  9192. ActiveDirectory="Active Directory"
  9193. AD_EnableFilter="Enable filter in Find dialog box" 
  9194. AD_EnableFilter_Help="Displays the filter bar above the results of an Active Directory search. The filter bar consists of buttons for applying additional filters to search results.\n\nIf you enable this setting, the filter bar appears when the Active Directory Find dialog box opens, but users can hide it.\n\nIf you disable this setting or do not configure it, the filter bar does not appear, but users can display it by selecting "Filter" on the "View" menu.\n\nTo see the filter bar, open My Network Places, click Entire Network, and then click Directory. Right-click the name of a Windows domain, and click Find. Type the name of an object in the directory, such as  "Administrator." If the filter bar does not appear above the resulting display, on the View menu, click Filter."
  9195. AD_HideDirectoryFolder="Hide Active Directory folder" 
  9196. AD_HideDirectoryFolder_Help="Hides the Active Directory folder in My Network Places.\n\nThe Active Directory folder displays Active Directory objects in a browse window.\n\nIf you enable this setting, the Active Directory folder does not appear in the My Network Places folder.\n\nIf you disable this setting or do not configure it, the Active Directory folder appears in the My Network Places folder.\n\nThis setting is designed to let users search Active Directory but not tempt them to casually browse Active Directory."
  9197. AD_QueryLimit="Maximum size of Active Directory searches" 
  9198. AD_QueryLimit_Box="Number of objects returned:  "
  9199. AD_QueryLimit_Help="Specifies the maximum number of objects the system displays in response to a command to browse or search Active Directory. This setting affects all browse displays associated with Active Directory, such as those in Local Users and Groups, Active Directory Users and Computers, and dialog boxes used to set permissions for user or group objects in Active Directory.\n\nIf you enable this setting, you can use the "Number of objects returned" box to limit returns from an Active Directory search.\n\nIf you disable this setting or do not configure it, the system displays up to 10,000 objects. This consumes approximately 2 MB of memory or disk space.\n\nThis setting is designed to protect the network and the domain controller from the effect of expansive searches."
  9200. AddAdminGroupToRUP="Add the Administrators security group to roaming user profiles"
  9201. AddAdminGroupToRUP_Help="This setting adds the Administrator security group to the roaming user profile share.\n\nOnce an administrator has configured a users' roaming profile, the profile will be created at the user's next login. The profile is created at the location that is specified by the administrator.\n\nFor the Windows 2000 Professional and Windows XP Professional operating systems, the default file permissions for the newly generated profile are full control, or read and write access for the user, and no file access for the administrators group.\n\nBy configuring this setting, you can alter this behavior.\n\nIf you enable this setting, the administrator group is also given full control to the user's profile folder.\n\nIf you disable or do not configure it, only the user is given full control of their user profile, and the administrators group has no file system access to this folder.\n\nNote: If the setting is enabled after the profile is created, the setting has no effect.\n\nNote: The setting must be configured on the client computer, not the server, for it to have any effect, because the client computer sets the file share permissions for the roaming profile at creation time.\n\nNote: In the default case, administrators have no file access to the user's profile, but they may still take ownership of this folder to grant themselves file permissions.\n\nNote: The behavior when this setting is enabled is exactly the same behavior as in Windows NT 4.0."
  9202. AdminComponents_Help="Adds and deletes specified Web content items.\n\nYou can use the "Add" box in this setting to add particular Web-based items or shortcuts to users' desktops. Users can close or delete the items (if settings allow), but the items are added again each time the setting is refreshed.\n\nYou can also use this setting to delete particular Web-based items from users' desktops. Users can add the item again (if settings allow), but the item is deleted each time the setting is refreshed.\n\nNote: Removing an item from the "Add" list for this setting is not the same as deleting it. Items that are removed from the "Add" list are not removed from the desktop. They are simply not added again.\n\nNote: For this setting to take affect, you must log off and log on to the system."
  9203. AdministrativeServices="System"
  9204. ALLDrives="Restrict all drives"
  9205. AllowBrowse="Prohibit Browse"
  9206. AllowBrowseHelp="Limits newly scheduled to items on the user's Start menu, and prevents the user from changing the scheduled program for existing tasks.\n\nThis setting removes the Browse button from the Schedule Task Wizard and from the Task tab of the properties dialog box for a task. Also, users cannot edit the "Run" box or the "Start in" box that determine the program and path for a task.\n\nAs a result, when users create a task, they must select a program from the list in the Scheduled Task Wizard, which displays only the tasks that appear on the Start menu and its submenus. Once a task is created, users cannot change the program a task runs.\n\nImportant: This setting does not prevent users from creating a new task by pasting or dragging any program into the Scheduled Tasks folder. To prevent this action, use the "Prohibit Drag-and-Drop" setting.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  9207. AllowLockdownBrowse_Help="Allows users to search for installation files during privileged installations.\n\nThis setting enables the Browse button in the "Use feature from" dialog box. As a result, users can search for installation files, even when the installation program is running with elevated system privileges. By default, only system administrators can browse during installations with elevated privileges, such as installations offered on the desktop or displayed in Add or Remove Programs.\n\nBecause the installation is running with elevated system privileges, users can browse through directories that their own permissions would not allow.\n\nThis setting does not affect installations that run in the user's security context. Also, see the "Remove browse dialog box for new source" setting."
  9208. AllowLockdownBrowse="Enable user to browse for source while elevated"
  9209. AllowLockdownMedia_Help="Allows users to install programs from removable media, such as floppy disks and CD-ROMs, during privileged installations.\n\nThis setting permits all users to install programs from removable media, even when the installation program is running with elevated system privileges. By default, users can install programs from removable media only when the installation runs in the user's security context. During privileged installations, such as those offered on the desktop or displayed in Add or Remove Programs, only system administrators can install from removable media.\n\nThis setting does not affect installations that run in the user's security context. By default, users can install from removable media when the installation runs in their own security context.\n\nAlso, see the "Prevent removable media source for any install" setting in User Configuration\Administrative Templates\Windows Components\Windows Installer."
  9210. AllowLockdownMedia="Enable user to use media source while elevated"
  9211. AllowLockdownPatch_Help="Allows users to upgrade programs during privileged installations.\n\nThis setting permits all users to install patches, even when the installation program is running with elevated system privileges. Patches are updates or upgrades that replace only those program files that have changed. Because patches can easily be vehicles for malicious programs, some installations prohibit their use.\n\nBy default, only system administrators can apply patches during installations with elevated privileges, such as installations offered on the desktop or displayed in Add or Remove Programs.\n\nThis setting does not affect installations that run in the user's security context. By default, users can install patches to programs that run in their own security context. Also, see the "Prohibit patching" setting."
  9212. AllowLockdownPatch="Enable user to patch elevated products"
  9213. AllowWebPrinting_Help="Determines whether Internet printing is activated on this server.\n\nInternet printing lets you display printers on Web pages so the printers can be viewed, managed, and used across the Internet or an intranet.\n\nInternet printing is and extension of the Internet Information Server.  IIS must be installed and the printing support must be enabled in order to use Internet Printing as well as this policy.\n\nNote: This setting affects the server side of Internet printing only. It does not prevent the print client on the computer from printing across the Internet.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" setting in this folder and the "Browse a common web site to find printers" setting in User Configuration\Administrative Templates\Control Panel\Printers."
  9214. AllowWebPrinting="Web-based printing"
  9215. AllowWebPrinting_SupportedOn="Windows 2000 or later, running IIS. Not supported on Windows Server 2003"
  9216. AllowX-ForestPolicy-and-RUP ="Allow Cross-Forest User Policy and Roaming User Profiles"
  9217. AllowX-ForestPolicy-and-RUP_Help="Allows User based policy processing, Roaming User Profiles and User Object logon scripts for cross forest interactive logons.\n\nThis setting affects all user accounts interactively logging on to a computer in a different forest when a Cross Forest or 2-Way Forest trust exists.\n\nWhen this setting is Not Configured:\n- No user based policy settings are applied from the user's forest\n- User will not receive their roaming profiles, they will receive a local profile on the computer from the local forest. A warning message will be shown to the user, and an Event Log message (1529) will be posted.\n- Loopback Group Policy processing will be applied, using the Group Policy Objects scoped to the machine.\n- An Event Log message (1109) will be posted stating that Loopback was invoked in replace mode.\n\nWhen this setting is Enabled, the behavior is exactly the same as with Windows 2000 Server Family, User policy is applied and a roaming user profile is allowed from the trusted  forest.\n\nWhen this setting is Disabled, the behavior is the same as Not Configured."
  9218. AlwaysInstallElevated_Help="Directs Windows Installer to use system permissions when it installs any program on the system.\n\nThis setting extends elevated privileges to all programs. These privileges are usually reserved for programs that have been assigned to the user (offered on the desktop), assigned to the computer (installed automatically), or made available in Add or Remove Programs in Control Panel. This setting lets users install programs that require access to directories that the user might not have permission to view or change, including directories on highly restricted computers.\n\nIf you disable this setting or do not configure it, the system applies the current user's permissions when it installs programs that a system administrator does not distribute or offer.\n\nNote: This setting appears both in the Computer Configuration and User Configuration folders. To make this setting effective, you must enable the setting in both folders.\n\nCaution: Skilled users can take advantage of the permissions this setting grants to change their privileges and gain permanent access to restricted files and folders. Note that the User Configuration version of this setting is not guaranteed to be secure."
  9219. AlwaysInstallElevated="Always install with elevated privileges"
  9220. AppCompat="Application Compatibility"
  9221. AppCompat_Help=""
  9222. AppCompatTurnOffEngine="Turn Off Application Compatibility Engine"
  9223. AppCompat_TurnOffEngine_Help=" This policy controls the state of the application compatibility engine in the system.\n\nThe engine is part of the loader and looks through a compatibility database every time an application is started on the system.  If a match for the application is found it provides either run-time solutions or compatibility fixes, or displays an Application Help message if the application has a know problem.\n\nTurning off the application compatibility engine will boost system performance.  However, this will degrade the compatibility of many popular legacy applications, and will not block known incompatible applications from installing.  (For Instance: This may result in a blue screen if an old anti-virus application is installed.)\n\nThis option is useful to server administrators who require faster performance and are aware of the compatibility of the applications they are using.  It is particularly useful for a web server where applications may be launched several hundred times a second, and the performance of the loader is essential."
  9224. AppCompatTurnOffProgramCompatWizard="Turn Off Program Compatibility Wizard"
  9225. AppCompat_TurnOffProgramCompatWizard_Help="This policy controls the state of the Program Compatibility Wizard.\n\nWhen enabled, this policy disables the start page of the wizard in the Help and Support Center, and in the Start Menu.\n\nThese entry points will still exist but the first page of the Help and Support Center wizard will let the user know that this option has been disabled."
  9226. AppCompatRemoveProgramCompatPropPage="Remove Program Compatibility Property Page"
  9227. AppCompat_RemoveProgramCompatPropPage_Help="This policy controls the visibility of the Program Compatibility property page shell extension.  This shell extension is visible on the property context-menu of any program shortcut or executable file.\n\nThe compatibility property page displays a list of options that can be selected and applied to the application to resolve the most common issues affecting legacy applications.  Enabling this policy setting removes the property page from the context-menus, but does not affect previous compatibility settings applied to application using this interface."
  9228. AppCompatTurnOffAppLogEvents="Turn On Application Help Log Events"
  9229. AppCompat_TurnOffAppLogEvents_Help="The Application Help features blocks known incompatible applications and displays a dialog to the end-user regarding the problem.  This dialog may include links to the web for downloading updates for the application, manual steps to work around an issue, or basic incompatibility information.\n\nEnabling this option turns on logging of Application Help events to the Application log."
  9230. AppCompatPrevent16Bit="Prevent access to 16-bit applications"
  9231. AppCompat_Prevent16Bit_Help="Specifies whether to prevent the MS-DOS subsystem (ntvdm.exe) from running for all users. This setting affects the launching of 16-bit applications in the operating system. By default, the MS-DOS subsystem runs for all users.\n\nYou can use this setting to turn off the MS-DOS subsystem, which will reduce resource usage and prevent users from running 16-bit applications. To run any 16-bit application or any application with 16-bit components, ntvdm.exe must be allowed to run. The MS-DOS subsystem starts when the first 16-bit application is launched. While the process is running, any subsequent 16-bit applications launch faster, but overall resource usage on the system is increased.\n\nIf the status is set to Enabled, ntvdm.exe is prevented from running, which then prevents any 16-bit applications from running. In addition, any 32-bit applications with 16-bit installers or other 16-bit components cannot run.\n\nIf the status is set to Disabled, the default setting applies and the MS-DOS subsystem runs for all users.\n\nIf the status is set to Not Configured, the default applies and ntvdm.exe runs for all users. However, if an administrator sets the registry DWORD value HKLM\System\CurrentControlSet\Control\WOW\DisallowedPolicyDefault to 1, the default changes to prevent all 16-bit applications from running.\n\nNote:  This setting appears in both Computer Configuration and User Configuration. If both settings are configured, the Computer Configuration setting overrides."
  9232. AppCompatPrevent16BitMach="Prevent access to 16-bit applications"
  9233. AppCompat_Prevent16BitMach_Help="Specifies whether to prevent the MS-DOS subsystem (ntvdm.exe) from running on this computer. This setting affects the launching of 16-bit applications in the operating system. By default, the MS-DOS subsystem runs for all users on this computer.\n\nYou can use this setting to turn off the MS-DOS subsystem, which will reduce resource usage and prevent users from running 16-bit applications. To run any 16-bit application or any application with 16-bit components, ntvdm.exe must be allowed to run. The MS-DOS subsystem starts when the first 16-bit application is launched. While the MS-DOS subsystem is running, any subsequent 16-bit applications launch faster, but overall resource usage on the system is increased.\n\nIf the status is set to Enabled, ntvdm.exe is prevented from running, which then prevents any 16-bit applications from running. In addition, any 32-bit applications with 16-bit installers or other 16-bit components cannot run.\n\nIf the status is set to Disabled, the default setting applies and the MS-DOS subsystem runs for all users on this computer.\n\nIf the status is set to Not Configured, the default applies and ntvdm.exe runs for all users. However, if an administrator sets the registry DWORD value HKLM\System\CurrentControlSet\Control\WOW\DisallowedPolicyDefault to 1, the default changes to prevent all 16-bit applications from running.\n\nNote:  This setting appears in both Computer Configuration and User Configuration. If both settings are configured, the Computer Configuration setting overrides."
  9234. AppMgmt_COM_SearchForCLSID="Download missing COM components"
  9235. AppMgmt_COM_SearchForCLSID_Help="Directs the system to search Active Directory for missing Component Object Model (COM) components that a program requires.\n\nMany Windows programs, such as the MMC snap-ins, use the interfaces provided by the COM. These programs cannot perform all of their functions unless Windows has internally registered the required components.\n\nIf you enable this setting and a component registration is missing, the system searches for it in Active Directory and if it is found, downloads it. The resulting searches might make some programs start or run slowly.\n\nIf you disable this setting or do not configure it, the program continues without the registration. As a result, the program might not perform all of its functions, or it might stop.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in  User Configuration."
  9236. ARP="Add or Remove Programs"
  9237. ATC_NoComponents_Help="Removes Active Desktop content and prevents users from adding Active Desktop content. \n\nThis setting removes all Active Desktop items from the desktop. It also removes the Web tab from Display in Control Panel. As a result, users cannot add Web pages or  pictures from the Internet or an intranet to the desktop.\n\nNote: This setting does not disable Active Desktop. Users can  still use image formats, such as JPEG and GIF, for their desktop wallpaper."
  9238. AutoPublishing_Help="Determines whether the Add Printer Wizard automatically publishes the computer's shared printers in Active Directory.\n\nIf you enable this setting or do not configure it, the Add Printer Wizard automatically publishes all shared printers.\n\nIf you disable this setting, the Add Printer Wizard does not automatically publish printers. However, you can publish shared printers manually.\n\nThe default behavior is to automatically publish shared printers in Active Directory. \n\nNote: This setting is ignored if the "Allow printers to be published" setting is disabled."
  9239. AutoPublishing="Automatically publish new printers in Active Directory"
  9240. Autorun_Box="Turn off Autoplay on:"
  9241. Autorun_NoCD="CD-ROM drives"
  9242. Autorun_None="All drives"
  9243. Autorun_Help="Turns off the Autoplay feature.\n\nAutoplay begins reading from a drive as soon as you insert media in the drive. As a result, the setup file of programs and the music on audio media start immediately.\n\nBy default, Autoplay is disabled on removable drives, such as the floppy disk drive (but not the CD-ROM drive), and on network drives.\n\nIf you enable this setting, you can also disable Autoplay on CD-ROM drives or disable Autoplay on all drives.\n\nThis setting disables Autoplay on additional types of drives. You cannot use this setting to enable Autoplay on drives on which it is disabled by default.\n\nNote: This setting appears in both the Computer Configuration and User Configuration folders. If the settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: This setting does not prevent Autoplay for music CDs."
  9244. Autorun="Turn off Autoplay"
  9245. Blank=" "
  9246. BITS_Job_Timeout="Background Intelligent Transfer Service (BITS) inactive job timeout"
  9247. BITS_Job_Timeout_Time="Inactive Job Timeout in Days:"
  9248. BITS_Job_Timeout_Help="The number of days a pending BITS job can remain inactive before being considered abandoned by the requestor.\n\nOnce a job is determined to be abandoned, it is removed by the system and any downloaded files pertaining to the job are deleted from the disk. Any property changes for the job or any successful download action resets this timer.\n\nIf the computer remains offline for a long period of time, no activity for the job will be recorded.\n\nYou might want to increase this value if computers tend to stay offline for a longer period of time and still have pending jobs. You might want to decrease this value if you are concerned about orphaned jobs occupying disk space.\n\nIf you enable this setting, you can configure the inactive job time-out to specified number of days. If you disable or do not configure this setting, the default value of 90 will be used for the inactive job time-out."
  9249. CADOptions="Ctrl+Alt+Del Options"
  9250. Cat_OfflineFiles="Offline Files"
  9251. Catname="Administrative Alerts"
  9252. ClassicShell_Help="This setting allows you to remove the Active Desktop and Web view features. If you enable this setting, it will disable the Active Desktop and Web view. Also, users cannot configure their system to open items by single-clicking (such as in Mouse in Control Panel). As a result, the user interface looks and operates like the interface for Windows NT 4.0, and users cannot restore the new features.\n\nNote: This setting takes precedence over the "Enable Active Desktop" setting. If both policies are enabled, Active Desktop is disabled.\n\nAlso, see the "Disable Active Desktop" setting in User Configuration\Administrative Templates\Desktop\Active Desktop and the "Remove the Folder Options menu item from the Tools menu" setting in User Configuration\Administrative Templates\Windows Components\Windows Explorer."
  9253. ClassicShell="Turn on Classic Shell"
  9254. ClearRecentDocsOnExit_Help="Clear history of recently opened documents on exit.\n\nIf you enable this setting, the system deletes shortcuts to recently used document files when the user logs off. As a result, the Documents menu on the Start menu is always empty when the user logs on.\n\nIf you disable or do not configure this setting, the system retains document shortcuts, and when a user logs on the Documents menu appears just as it did when the user logged off.\n\nNote: The system saves document shortcuts in the user profile in the System-drive\Documents and Settings\User-name\Recent folder.\n\nAlso, see the "Remove Documents menu from Start Menu" and "Do not keep history of recently opened documents" policies in this folder. The system only uses this setting when neither of these related settings are selected.\n\nThis setting does not clear the list of recent files that Windows programs display at the bottom of the File menu. See the "Do not keep history of recently opened documents" setting.\n\nThis policy setting also does not hide document shortcuts displayed in the Open dialog box. See the "Hide the dropdown list of recent files" setting."
  9255. ClearRecentDocsOnExit="Clear history of recently opened documents on exit"
  9256. Comdlg="Common Open File Dialog"
  9257. ComdlgSub="Common Open File Dialog Restrictions"
  9258. CompatibleRUPSecurity="Do not check for user ownership of Roaming Profile Folders"
  9259. CompatibleRUPSecurity_Help="This setting disables the more secure default setting for the user’s roaming user profile folder.\n\nOnce an administrator has configured a users' roaming profile, the profile will be created at the user's next login. The profile is created at the location that is specified by the administrator.\n\nFor Windows 2000 Professional pre-SP4 and Windows XP pre-SP1 operating systems, the default file permissions for the newly generated profile are full control access for the user and no file access for the administrators group. No checks are made for the correct permissions if the profile folder already exists. For Windows Server 2003 family, Windows 2000 Professional SP4 and Windows XP SP1, the default behavior is to check the folder for the correct permissions if the profile folder already exists, and not copy files to or from the roaming folder if the permissions are not correct.\n\nBy configuring this setting, you can alter this behavior.\n\nIf you enable this setting Windows will not check the permissions for the folder in the case where the folder exists.\n\nIf you disable or do not configure this setting AND the roaming profile folder exists AND the user or administrators group not the owner of the folder, Windows will NOT copy files to or from the roaming folder. The user will be shown an error message and an entry will be written to the event log. The user’s cached profile will be used, or a temporary profile issued if no cached profile exists. \n\nNote: The setting must be configured on the client computer not the server for it to have any effect because the client computer sets the file share permissions for the roaming profile at creation time.\n\nNote: The behavior when this setting is enabled is exactly the same behavior as in Windows 2000 Professional pre-SP4 and Windows XP Professional"
  9260. ConfirmFileDelete="Display confirmation dialog when deleting files"
  9261. ConfirmFileDelete_Help="Allows you to have Windows Explorer display a confirmation dialog  whenever a file is deleted or moved to the Recycle Bin.\n\nIf you enable this setting, a confirmation dialog is displayed when a file is deleted or moved to the Recycle Bin by the user.\n\nIf you disable or do not configure this setting, the default behavior of not displaying a confirmation dialog occurs."
  9262. COnly="Restrict C drive only"
  9263. Connect_HomeDir_ToRoot_Explain="Restores the definitions of the %HOMESHARE% and %HOMEPATH% environment variables to those used in Windows NT 4.0 and earlier.\n\nIf you enable this setting, the system uses the Windows NT 4.0 definitions. If you disable this setting or do not configure it, the system uses the new definitions designed for the Windows 2000 operating system.\n\nAlong with %HOMEDRIVE%, these variables define the home directory of a user profile. The home directory is a persistent mapping of a drive letter on the local computer to a local or remote directory.\n\nBy default, in Windows 2000 Server Family, %HOMESHARE% stores the fully qualified path to the home directory (such as \\server\share\dir1\dir2\homedir). Users can access the home directory and any of its subdirectories from the home drive letter, but they cannot see or access its parent directories. %HOMEPATH% stores a final backslash and is included for compatibility with earlier systems.\n\nOn Windows NT 4.0 and earlier, %HOMESHARE% stores only the network share (such as \\server\share). %HOMEPATH% stores the remainder of the fully qualified path to the home directory (such as \dir1\dir2\homedir). As a result, users can access any directory on the home share by using the home directory drive letter.\n\nTip: To specify a home directory in Windows 2000 Server Family, in Active Directory Users and Computers or Local Users and Groups, right-click the name of a user account, click Properties, click the Profile tab, and in the "Home folder" section, select the "Connect" option and select a drive letter and home directory.\n\nExample: Drive Z is mapped to \\server\share\dir1\dir2\homedir.\n\nIf this setting is disabled or not configured (Windows 2000 Server Family behavior):\n\n--  %HOMEDRIVE%  = Z: (mapped to \\server\share\dir1\dir2\homedir)\n\n--  %HOMESHARE% = \\server\share\dir1\dir2\homedir\n\n--  %HOMEPATH% = \\n\nIf the setting is enabled (Windows NT 4.0 behavior):\n\n--  %HOMEDRIVE% = Z: (mapped to \\server\share)\n\n--  %HOMESHARE% = \\server\share\n\n--  %HOMEPATH% = \dir1\dir2\homedir"
  9264. Connect_HomeDir_ToRoot="Connect home directory to root of the share"
  9265. ControlPanel="Control Panel"
  9266. CPL_Display_Disable="Remove Display in Control Panel"
  9267. CPL_Display_HideAppearance="Hide Appearance and Themes tab"
  9268. CPL_Display_HideBkgnd="Hide Desktop tab"
  9269. CPL_Display_HideScrsav="Hide Screen Saver tab"
  9270. CPL_Display_HideSettings="Hide Settings tab"
  9271. CPL_Display_Restrict="Restrict display"
  9272. CPL_Display="Control Panel\Display Restrictions"
  9273. CPL="Control Panel"
  9274. CSE_AppMgmt="Software Installation policy processing"
  9275. CSE_AppMgmt_Help="Determines when software installation policies are updated.\n\nThis setting affects all policies that use the software installation component of Group Policy, such as policies in Software Settings\Software Installation. You can set software installation policy only for Group Policy objects stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis policy overrides customized settings that the program implementing the software installation policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9276. CSE_DiskQuota="Disk Quota policy processing"
  9277. CSE_DiskQuota_Help="Determines when disk quota policies are updated.\n\nThis setting affects all policies that use the disk quota component of Group Policy, such as those in Computer Configuration\Administrative Templates\System\Disk Quotas.\n\nIt overrides customized settings that the program implementing the disk quota policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9278. CSE_EFSRecovery="EFS recovery policy processing"
  9279. CSE_EFSRecovery_Help="Determines when encryption policies are updated.\n\nThis setting affects all policies that use the encryption component of Group Policy, such as policies related to encryption in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the encryption policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9280. CSE_FolderRedirection="Folder Redirection policy processing"
  9281. CSE_FolderRedirection_Help="Determines when folder redirection policies are updated.\n\nThis setting affects all policies that use the folder redirection component of Group Policy, such as those in WindowsSettings\Folder Redirection. You can only set folder redirection policy for Group Policy objects, stored in Active Directory, not for Group Policy objects on the local computer.\n\nThis setting overrides customized settings that the program implementing the folder redirection policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9282. CSE_IEM="Internet Explorer Maintenance policy processing"
  9283. CSE_IEM_Help="Determines when Internet Explorer Maintenance policies are updated.\n\nThis setting affects all policies that use the Internet Explorer Maintenance component of Group Policy, such as those in Windows Settings\Internet Explorer Maintenance.\n\nIt overrides customized settings that the program implementing the Internet Explorer Maintenance policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9284. CSE_IPSecurity="IP Security policy processing"
  9285. CSE_IPSecurity_Help="Determines when IP security policies are updated.\n\nThis setting affects all policies that use the IP security component of Group Policy, such as policies in Computer Configuration\Windows Settings\Security Settings\IP Security Policies on Local Machine.\n\nIt overrides customized settings that the program implementing the IP security policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9286. CSE_NOCHANGES="Process even if the Group Policy objects have not changed"
  9287. CSE_NOBACKGROUND="Do not apply during periodic background processing"
  9288. CSE_Registry="Registry policy processing"
  9289. CSE_Registry_Help="Determines when registry policies are updated.\n\nThis setting affects all policies in the Administrative Templates folder and any other policies that store values in the registry.\n\nIt overrides customized settings that the program implementing a registry policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9290. CSE_Security="Security policy processing"
  9291. CSE_Security_Help="Determines when security policies are updated.\n\nThis setting affects all policies that use the security component of Group Policy, such as those in Windows Settings\Security Settings.\n\nIt overrides customized settings that the program implementing the security policy set when it was installed.\n\nIf you enable this setting, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they be updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9292. CSE_Scripts="Scripts policy processing"
  9293. CSE_Scripts_Help="Determines when policies that assign shared scripts are updated.\n\nThis setting affects all policies that use the scripts component of Group Policy, such as those in WindowsSettings\Scripts.\n\nIt overrides customized settings that the program implementing the scripts policy set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9294. CSE_SLOWLINK="Allow processing across a slow network connection"
  9295. CSE_Wireless="Wireless policy processing"
  9296. CSE_Wireless_Help="Determines when policies that assign wireless network settings are updated.\n\nThis setting affects all policies that use the wireless network component of Group Policy, such as those in WindowsSettings\Wireless Network Policies.\n\nIt overrides customized settings that the program implementing the wireless network set when it was installed.\n\nIf you enable this policy, you can use the check boxes provided to change the options. If you disable this setting or do not configure it, it has no effect on the system.\n\nThe "Allow processing across a slow network connection" option updates the policies even when the update is being transmitted across a slow network connection, such as a telephone line. Updates across slow connections can cause significant delays.\n\nThe "Do not apply during periodic background processing" option prevents the system from updating affected policies in the background while the computer is in use. Background updates can disrupt the user, cause a program to stop or operate abnormally, and, in rare cases, damage data.\n\nThe "Process even if the Group Policy objects have not changed" option updates and reapplies the policies even if the policies have not changed. Many policy implementations specify that they are updated only when changed. However, you might want to update unchanged policies, such as reapplying a desired setting in case a user has changed it."
  9297. CustomizedSupportUrl_Help="Adds a customized Web page link to the Printers folder.\n\nBy default, the Printers folder includes a link to the Microsoft Support Web page called "Get help with printing". It can also include a link to a Web page supplied by the vendor of the currently selected printer.\n\nYou can use this setting to replace the "Get help with printing" default link with a link to a Web page customized for your enterprise.\n\nIf you disable this setting or do not configure it, or if you do not enter an alternate Internet address, the default link will appear in the Printers folder.\n\nNote: Web pages links only appear in the Printers folder when Web view is enabled. If Web view is disabled, the setting has no effect. (To enable Web view, open the Printers folder, and, on the Tools menu, click Folder Options, click the General tab, and then click "Enable Web content in folders.")\n\nAlso, see the "Web-based printing" setting in this setting folder and the "Browse a common web site to find printers" setting in User Configuration\Administrative Templates\Control Panel\Printers.\n\nWeb view is affected by the "Turn on Classic Shell" and "Remove the Folder Options menu item from the Tools menu" settings in User Configuration\Administrative Templates\Windows Components\Windows Explorer, and by the "Enable Active Desktop" setting in User Configuration\Administrative Templates\Desktop\Active Desktop."
  9298. CustomizedSupportUrl_Link="URL"
  9299. CustomizedSupportUrl_Tip1="Specify the URL. For example, the url would: http://www.microsoft.com/support"
  9300. CustomizedSupportUrl="Custom support URL in the Printers folder's left pane"
  9301. DefaultDirectoryScope_Help="Determines which information source is the default starting point when users search for people.\n\nThis setting specifies the information source that appears in the "Look in" box in the Find People dialog box when the dialog box opens. (To open the Find People dialog box, click Start, click Search, and then click "For people.") Users can search in the default information source or use the drop-down list beside "Look in" to change the source. If users change the source, the last source used appears in the "Look in" box the next time it opens.\n\nIf you disable this setting or do not configure it, the source listed first in alphabetical order appears in the "Look in" box when it opens. By default, Address Book appears first.\n\nTo use this setting, type the DNS-friendly name or the NetBIOS name of the server that is hosting the source you want to list first.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If these settings conflict, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: This setting establishes a default value that users can change. It does not limit user actions or change system features."
  9302. DefaultDirectoryScope="Default directory scope"
  9303. DefaultExcludeMessage="Local Settings;Temporary Internet Files;History;Temp"
  9304. DefaultSizeMessage="You have exceeded your profile storage space. Before you can log off, you need to move some items from your profile to network or local storage."
  9305. DefaultCategory_Help="Specifies the category of programs that appears when users open the "Add New Programs" page.\n\nIf you enable this setting, only the programs in the category you specify are displayed when the "Add New Programs" page opens. Users can use the Category box on the "Add New Programs" page to display programs in other categories.\n\nTo use this setting, type the name of a category in the Category box for this setting. You must enter a category that is already defined in Add or Remove Programs. To define a category, use Software Installation.\n\nIf you disable this setting or do not configure it, all programs (Category: All) are displayed when the "Add New Programs" page opens.\n\nYou can use this setting to direct users to the programs they are most likely to need.\n\nNote: This setting is ignored if either the "Remove Add or Remove Programs" setting or the "Hide Add New Programs page" setting is enabled."
  9306. DefaultCategory="Specify default category for Add New Programs"
  9307. DefaultCategoryBox="Category:"
  9308. DeleteRoamingCachedProfiles_Help="Determines whether the system saves a copy of a user’s roaming profile on the local computer's hard drive when the user logs off.\n\nThis setting, and related settings in this folder, together describe a strategy for managing user profiles residing on remote servers. In particular, they tell the system how to respond when a remote profile is slow to load.\n\nRoaming profiles reside on a network server. By default, when users with roaming profiles log off, the system also saves a copy of their roaming profile on the hard drive of the computer they are using in case the server that stores the roaming profile is unavailable when the user logs on again. The local copy is also used when the remote copy of the roaming user profile is slow to load.\n\nIf you enable this setting, any local copies of the user’s roaming profile are deleted when the user logs off. The roaming profile still remains on the network server that stores it.\n\nImportant: Do not enable this setting if you are using the slow link detection feature of Windows 2000 Professional and Windows XP Professional. To respond to a slow link, the system requires a local copy of the user’s roaming profile."
  9309. DeleteRoamingCachedProfiles="Delete cached copies of roaming profiles"
  9310. DenyRsopToInteractiveUser_Help="This setting controls the ability of users to view their Resultant Set of Policy (RSoP) data.\n\nBy default, interactively logged on users can view their own Resultant Set of Policy (RSoP) data.\n\nIf this setting is enabled, interactive users cannot generate RSoP data.\n\nIf this setting is not configured or disabled, interactive Users can generate RSoP.\n\nNote: This setting does not affect administrators. If this setting is enabled or disabled, by default, administrators can view RSoP data.\n\nNote: To view RSoP data on a client computer, use the RSoP snap-in for the Microsoft Management Console. You can launch the RSoP snap-in from the command line by typing RSOP.msc\n\nNote: This setting exists as both a User Configuration and Computer Configuration setting.\n\nAlso, see the "Turn off Resultant set of Policy Logging" setting in Computer Configuration\Administrative Templates\System\GroupPolicy."
  9311. DenyRsopToInteractiveUser="Disallow Interactive Users from generating Resultant Set of Policy data"
  9312. Desktop="Desktop"
  9313. DesktopDisplay="Desktop and Display"
  9314. DesktopSub="General Desktop"
  9315. DFSDiscoverDC="Sets how often a DFS Client discovers DC's"
  9316. DFSDiscoverDC_Help="Allows you to configure how often a Distributed File System (DFS) client attempts to discover domain controllers on their network.\n\nBy default, a DFS client attempts to discover domain controllers every 15 minutes.\n\nIf you enable this setting, you can configure how often a DFS client attempts to discover domain controllers. This value is specified in minutes.\n\nIf you disable this setting or do not configure it, the default value of 15 minutes applies.\n\nNote: The minimum value you can select is 15 minutes. If you try to set this setting to a value less then 15 minutes, the default value of 15 minutes is applied."
  9317. DFSDiscoverDialog="Time in minutes:"
  9318. DisableAdvanced="Hide Advanced Properties Checkbox in Add Scheduled Task Wizard"
  9319. DisableAdvancedHelp="This setting removes the "Open advanced properties for this task when I click Finish" checkbox from the last page of the Scheduled Task Wizard.  This policy is only designed to simplify task creation for beginning users.\n\nThe checkbox, when checked, instructs Task Scheduler to automatically open the newly created task's property sheet upon completion of the "Add Scheduled Task" wizard.  The task's property sheet allows users to change task characteristics such as: the program the task runs, details of its schedule, idle time and power management settings, and its security context.  Beginning users will often not be interested or confused by having the property sheet displayed automatically.  Note that the checkbox is not checked by default even if this setting is Disabled or Not Configured.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  9320. DisableAlways="Always"
  9321. DisableAutoADMUpdate="Turn off automatic update of ADM files"
  9322. DisableAutoADMUpdate_Help="Prevents the system from updating the Administrative Templates source files automatically when you open the Group Policy Object Editor.  Administrators may want to use this if they are concerned about the amount of space used on the system volume of a DC.\n\nBy default, when you start the Group Policy Object Editor, a timestamp comparison is performed on the source files in the local %SYSTEMROOT%\inf directory and the source files stored in the GPO.  If the local files are newer, they are copied into the GPO.\n\nChanging the status of this setting to Enabled will keep any source files from copying to the GPO.\n\nChanging the status of this setting to Disabled will enforce the default behavior.  Files will always be copied to the GPO if they have a later timestamp.\n\nNOTE: If the Computer Configuration policy setting, "Always use local ADM files for the Group Policy Object Editor" is enabled, the state of this setting is ignored and always treated as Enabled."
  9323. DisableBackgroundPolicy_Help="Prevents Group Policy from being updated while the computer is in use. This setting applies to Group Policy for computers, users, and domain controllers.\n\nIf you enable this setting, the system waits until the current user logs off the system before updating the computer and user settings.\n\nIf you disable this setting, updates can be applied while users are working. The frequency of updates is determined by the "Group Policy refresh interval for computers" and "Group Policy refresh interval for users" settings.\n\nNote: If you make changes to this setting, you must restart your computer for it to take effect."
  9324. DisableBackgroundPolicy="Turn off background refresh of Group Policy"
  9325. DisableBrowse_Help="Prevents users from searching for installation files when they add features or components to an installed program.\n\nThis setting disables the Browse button beside the "Use feature from" list in the Windows Installer dialog box. As a result, users must select an installation file source from the "Use features from" list that the system administrator configures.\n\nThis setting applies even when the installation is running in the user's security context.\n\nIf you disable this setting or do not configure it, the Browse button is enabled when an installation is running in the user's security context. But only system administrators can browse when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add or Remove Programs.\n\nThis setting affects Windows Installer only. It does not prevent users from selecting other browsers, such as Windows Explorer or My Network Places, to search for installation files.\n\nAlso, see the "Enable user to browse for source while elevated" setting."
  9326. DisableBrowse="Remove browse dialog box for new source"
  9327. DisableChangePassword_Help="Prevents users from changing their Windows password on demand.\n\nThis setting disables the "Change Password" button on the Windows Security dialog box (which appears when you press Ctrl+Alt+Del).\n\nHowever, users are still able to change their password when prompted by the system. The system prompts users for a new password when an administrator requires a new password or their password is expiring."
  9328. DisableChangePassword="Remove Change Password"
  9329. DisableCMD_Help="Prevents users from running the interactive command prompt, Cmd.exe. This setting also determines whether batch files (.cmd and .bat) can run on the computer.\n\nIf you enable this setting and the user tries to open a command window, the system displays a message explaining that a setting prevents the action.\n\nNote: Do not prevent the computer from running batch files if the computer uses logon, logoff, startup, or shutdown batch file scripts, or for users that use Terminal Services."
  9330. DisableCMD="Prevent access to the command prompt"
  9331. DisableCMDScripts="Disable the command prompt script processing also?"
  9332. DisableCMD_YES="Yes"
  9333. DisableCMD_NO="No"
  9334. DisableExplorerRunLegacy_Help="Ignores the customized run list.\n\nYou can create a customized list of additional programs and documents that the system starts automatically when it runs on Windows XP Professional, Windows 2000 Professional, Windows NT Workstation 4.0 and earlier. These programs are added to the standard run list of programs and services that the system starts.\n\nIf you enable this setting, the system ignores the run list for Windows NT Workstation 4.0, Windows 2000 Professional, and Windows XP Professional.\n\nIf you disable or do not configure this setting, Windows 2000 adds any customized run list configured for Windows NT 4.0 and earlier to its run list.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If both policies are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: To create a customized run list by using a policy, use the "Run these applications at startup" setting.\n\nThe customized run lists for Windows NT 4.0 and earlier are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run and HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows\Run. They can be configured by using the "Run" setting in System Policy Editor for Windows NT 4.0 and earlier.\n\nAlso, see the "Do not process the run once list" setting."
  9335. DisableExplorerRunLegacy="Do not process the legacy run list"
  9336. DisableExplorerRunOnceLegacy_Help="Ignores customized run-once lists.\n\nYou can create a customized list of additional programs and documents that are started automatically the next time the system starts (but not thereafter). These programs are added to the standard list of programs and services that the system starts.\n\nIf you enable this setting, the system ignores the run-once list.\n\nIf you disable this setting or do not configure it, the system runs the programs in the run-once list.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration.\n\nNote: Customized run-once lists are stored in the registry in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce.\n\nAlso, see the "Do not process the legacy run list" setting."
  9337. DisableExplorerRunOnceLegacy="Do not process the run once list"
  9338. DisableFRAdminPin="Do not automatically make redirected folders available offline"
  9339. DisableFRAdminPin_Help="All redirected shell folders, such as My Documents, Desktop, Start Menu, and Application Data, are available offline by default. This setting allows you to change this behavior so that redirected shell folders are not automatically available for offline use. However, users can still choose to make files and folders available offline themselves.\n\nIf you enable this setting, the users must manually select the files they wish to be made available offline.\n\nIf you disable this setting or do not configure it, redirected shell folders are automatically made available offline. All subfolders within the redirected folders are also made available offline.\n\nNote: This setting does not prevent files from being automatically cached if the network share is configured for "Automatic Caching", nor does it affect the availability of the "Make Available Offline" menu option in the user interface.\n\nNote: Do not enable this setting unless you are certain that users will not need access to all of their redirected files in the event that the network or server holding the redirected files becomes unavailable."
  9340. DisableLockComputer_Help="Prevents users from locking the system.\n\nWhile locked, the desktop is hidden and the system cannot be used. Only the user who locked the system or the system administrator can unlock it.\n\nTip:To lock a computer without configuring a setting, press Ctrl+Alt+Delete, and then click "Lock Computer.""
  9341. DisableLockComputer="Remove Lock Computer"
  9342. DisableLogoff="Remove Logoff"
  9343. DisableMedia_Help="Prevents users from installing programs from removable media.\n\nIf a user tries to install a program from removable media, such as CD-ROMs, floppy disks, and DVDs, a message appears, stating that the feature cannot be found.\n\nThis setting applies even when the installation is running in the user's security context.\n\nIf you disable this setting or do not configure it, users can install from removable media when the installation is running in their own security context, but only system administrators can use removable media when an installation is running with elevated system privileges, such as installations offered on the desktop or in Add or Remove Programs.\n\nAlso, see the "Enable user to use media source while elevated setting" in Computer Configuration\Administrative Templates\Windows Components\Windows Installer.\n\nAlso, see the "Hide the 'Add a program from CD-ROM or floppy disk' option" setting in User Configuration\Administrative Templates\Control Panel\Add or Remove Programs."
  9344. DisableMedia="Prevent removable media source for any install"
  9345. DisableMSI_Help="Disables or restricts the use of Windows Installer.\n\nThis setting can prevent users from installing software on their systems or permit users to install only those programs offered by a system administrator.\n\nIf you enable this setting, you can use the options in the Disable Windows Installer box to establish an installation setting.\n\n--   The "Never" option indicates Windows Installer is fully enabled. Users can install and upgrade software. This is the default behavior for Windows Installer on Windows 2000 Professional and Windows XP Professional when the policy is not configured.\n\n--   The "For non-managed apps only" option permits users to install only those programs that a system administrator assigns (offers on the desktop) or publishes (adds them to Add or Remove Programs). This is the default behavior of Windows Installer on Windows Server 2003 family when the policy is not configured.\n\n--   The "Always" option indicates that Windows Installer is disabled.\n\nThis setting affects Windows Installer only. It does not prevent users from using other methods to install and upgrade programs."
  9346. DisableMSI="Disable Windows Installer"
  9347. DisableNever="Never"
  9348. DisableNonManaged="For non-managed apps only"
  9349. DisableOnline="Prevent Windows Media DRM Internet Access"
  9350. DisableOnlineExplain="Prevents Windows Media Digital Rights Management (DRM) from accessing the Internet (or intranet).\n\nWhen enabled, Windows Media DRM is prevented from accessing the Internet (or intranet) for license acquisition and security upgrades.\n\nWhen this policy is enabled, programs are not able to acquire licenses for secure content, upgrade Windows Media DRM security components, or restore backed up content licenses.  Secure content that is already licensed to the local computer will continue to play. Users are also able to protect music that they copy from a CD and play this protected content on their computer, since the license is generated locally in this scenario.\n\nWhen this policy is either disabled or not configured, Windows Media DRM functions normally and will connect to the Internet (or intranet) to acquire licenses, download security upgrades, and perform license restoration."
  9351. DisablePatch_Help="Prevents users from using Windows Installer to install patches.\n\nPatches are updates or upgrades that replace only those program files that have changed. Because patches can be easy vehicles for malicious programs, some installations prohibit their use.\n\nNote: This setting applies only to installations that run in the user's security context. By default, users who are not system administrators cannot apply patches to installations that run with elevated system privileges, such as those offered on the desktop or in Add or Remove Programs.\n\nAlso, see the "Enable user to patch elevated products" setting."
  9352. DisablePatch="Prohibit patching"
  9353. DisablePersonalDirChange_Help="Prevents users from changing the path to the My Documents folder.\n\nBy default, a user can change the location of the My Documents folder by typing a new path in the Target box of the My Documents Properties dialog box.\n\nIf you enable this setting, users are unable to type a new location in the Target box."
  9354. DisablePersonalDirChange="Prohibit user from changing My Documents path"
  9355. DisableRegedit_Help="Disables the Windows registry editor Regedit.exe.\n\nIf this setting is enabled and the user tries to start a registry editor, a message appears explaining that a setting prevents the action.\n\nTo prevent users from using other administrative tools, use the "Run only allowed Windows applications" setting."
  9356. DisableRegedit="Prevent access to registry editing tools"
  9357. DisableRollback_Help="Prohibits Windows Installer from generating and saving the files it needs to reverse an interrupted or unsuccessful installation.\n\nThis setting prevents Windows Installer from recording the original state of the system and sequence of changes it makes during installation. It also prevents Windows Installer from retaining files it intends to delete later. As a result, Windows Installer cannot restore the computer to its original state if the installation does not complete.\n\nThis setting is designed to reduce the amount of temporary disk space required to install programs. Also, it prevents malicious users from interrupting an installation to gather data about the internal state of the computer or to search secure system files. However, because an incomplete installation can render the system or a program inoperable, do not use this setting unless it is essential.\n\nThis setting appears in the Computer Configuration and User Configuration folders. If the setting is enabled in either folder, it is considered be enabled, even if it is explicitly disabled in the other folder."
  9358. DisableRollback="Prohibit rollback"
  9359. DisableStatusMessages_Help="Suppresses system status messages.\n\nIf you enable this setting, the system does not display a message reminding users to wait while their system starts or shuts down, or while users log on or off."
  9360. DisableStatusMessages="Remove Boot / Shutdown / Logon / Logoff status messages"
  9361. DisableSystemPolicy_Help="Disables System Policy designed for Windows NT 4.0 and earlier.\n\nIn Windows 2000 Professional and Windows XP Professional, Group Policy replace the System Policy that System Policy Editor created on Windows NT 4.0 and earlier. However, Windows 2000 Professional and Windows XP Professional continues to support System Policy for installations that use them.\n\nIf you enable this setting, the system does not recognize or implement System Policy. However, it continues its full support for Group Policy. Note: If a computer is a member of an Active Directory, it will also not process System Policy."
  9362. DisableSystemPolicy="Disable System Policy (use Group Policy only)"
  9363. DisableTaskMgr_Help="Prevents users from starting Task Manager (Taskmgr.exe).\n\nIf this setting is enabled and users try to start Task Manager, a message appears explaining that a policy prevents the action.\n\nTask Manager lets users start and stop programs; monitor the performance of their computers; view and monitor all programs running on their computers, including system services; find the executable names of programs; and change the priority of the process in which programs run."
  9364. DisableTaskMgr="Remove Task Manager"
  9365. DisableUsersFromMachGP="Remove users ability to invoke machine policy refresh"
  9366. DisableUsersFromMachGP_Help="This setting allows you to control a user's ability to invoke a computer policy refresh.\n\nIf you enable this setting, users may not invoke a refresh of computer policy. Computer policy will still be applied at startup or when an official policy refresh occurs.\n\nIf you disable or do not configure this setting, the default behavior applies. By default, computer policy is applied when the computer starts up. It also applies at a specified refresh interval or when manually invoked by the user.\n\nNote: This setting only applies to non-administrators. Administrators can still invoke a refresh of computer policy at any time, no matter how this policy is configured.\n\nAlso, see the "Group Policy refresh interval for computers" setting to change the policy refresh interval.\n\nNote: If you make changes to this setting, you must restart your computer for it to take effect."
  9367. DisallowApps_Help="Prevents Windows from running the programs you specify in this setting.\n\nIf you enable this setting, users cannot run programs that you add to the list of disallowed applications.\n\nThis setting only prevents users from running programs that are started by the Windows Explorer process. It does not prevent users from running programs, such as Task Manager, that are started by the system process or by other processes. Also, if you permit users to gain access to the command prompt, Cmd.exe, this setting does not prevent them from starting programs in the command window that they are not permitted to start by using Windows Explorer. Note: To create a list of disallowed applications, click Show, click Add, and then enter the application executable name (e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  9368. DisallowApps_Tip1="   "
  9369. DisallowApps_Tip2="To create a list of disallowed applications, click Show,"
  9370. DisallowApps_Tip3="then Add, and enter the application executable name"
  9371. DisallowApps_Tip4="(e.g., Winword.exe, Poledit.exe, Powerpnt.exe)."
  9372. DisallowApps="Don't run specified Windows applications"
  9373. DisallowAppsList="List of disallowed applications"
  9374. DisallowCpls_Help="Hides specified Control Panel items and folders.\n\nThis setting removes Control Panel items (such as Display) and folders (such as Fonts) from the Control Panel window and the Start menu. It can remove Control Panel items you have added to your system, as well as Control Panel items included in Windows 2000 Professional and Windows XP Professional.\n\nTo hide a Control Panel item, type the file name of the item, such as Ncpa.cpl (for Network). To hide a folder, type the folder name, such as Fonts.\n\nThis setting affects the Start menu and Control Panel window only. It does not prevent users from running Control Panel items.\n\nAlso, see the "Remove Display in Control Panel" setting in User Configuration\Administrative Templates\Control Panel\Display.\n\nIf both the "Hide specified Control Panel applets" setting and the "Show only specified Control Panel applets" setting are enabled, and the same item appears in both lists, the "Show only specified Control Panel applets" setting is ignored.\n\nNote: To find the file name of a Control Panel item, search for files with the .cpl file name extension in the %Systemroot%\System32 directory. Note: To create a list of disallowed Control Panel applets, click Show, click Add, and then enter the Control Panel file name (ends with .cpl) or the name displayed under that item in the Control Panel. (e.g., desk.cpl, powercfg.cpl, Printers and Faxes)\n\nNote: This setting does not affect the Categories that are displayed in the new Control Panel Category view in Windows XP. If you want to control which items are displayed in Control Panel, enable the "Force classic Control Panel Style" setting to remove the Category view, and then use this setting to control which .cpls are not displayed."
  9375. DisallowCpls="Hide specified Control Panel applets"
  9376. DisallowCplsList="List of disallowed Control Panel applets"
  9377. Display="Display"
  9378. DisplayErrors="Display error messages"
  9379. DLT_AllowDomainMode="Allow Distributed Link Tracking clients to use domain resources"
  9380. DLT_AllowDomainMode_Explain="Specifies that Distributed Link Tracking clients in this domain may use the Distributed LInk Tracking (DLT) server, which runs on domain controllers.  The DLT client enables programs to track linked  files that are moved within an NTFS volume, to another NTFS volume on the same computer, or to an NTFS volume on  another computer.   The DLT client can more reliably track links when allowed to use the DLT server.  This policy should not be set unless the DLT server is running on all domain controllers in the domain."
  9381. DNS_Client="DNS Client"
  9382. DNS_Client_Interfaces="Interfaces"
  9383. DNS_RegistrationRefreshInterval="Registration Refresh Interval"
  9384. DNS_RegistrationRefreshInterval_Help="Specifies the Registration Refresh Interval of A and PTR resource records for computers to which this setting is applied. This setting may be applied to computers using dynamic update only.\n\nComputers running Windows 2000 Professional and Windows XP Professional, and configured to perform dynamic DNS registration of A and PTR resource records, periodically reregister their records with DNS servers, even if their records’ data has not changed. This reregistration is required to indicate to DNS servers configured to automatically remove (scavenge) stale records that these records are current and should be preserved in the database.\n\nWarning: If the DNS resource records are registered in zones with scavenging enabled, the value of this setting should never be longer than the Refresh Interval configured for these zones. Setting the Registration Refresh Interval to longer than the Refresh Interval of the DNS zones might result in the undesired deletion of A and PTR resource records.\n\nTo specify the Registration Refresh Interval, click Enable, and then enter a value larger than 1800. Remember, this value specifies the Registration Refresh Interval in seconds, for example, 1800 seconds is 30 minutes.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9385. DNS_RegistrationRefreshIntervalLabel="Seconds:"
  9386. DNS_RegistrationEnabled="Dynamic Update"
  9387. DNS_RegistrationEnabled_Help="Determines if dynamic update is enabled.\n\nComputers configured for dynamic update automatically register and update their DNS resource records with a DNS server.\n\nIf you enable this setting, the computers to which this setting is applied may use dynamic DNS registration on each of their network connections, depending on the configuration of each individual network connection. For a dynamic DNS registration to be enabled on a specific network connection, it is necessary and sufficient that both computer-specific and connection-specific configurations allow dynamic DNS registration. This setting controls the computer-specific property controlling dynamic DNS registration. If you enable this setting, you allow dynamic update to be set individually for each of the network connections.\n\nIf you disable this setting, the computers to which this setting is applied may not use dynamic DNS registration for any of their network connections, regardless of the configuration for individual network connections.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9388. DNS_RegistrationOverwritesInConflict="Replace Addresses In Conflicts"
  9389. DNS_RegistrationOverwritesInConflict_Help="Determines whether a DNS client that attempts to register its A resource record should overwrite an existing A resource record or records containing conflicting IP addresses.\n\nThis setting is designed for computers that register A resource records in DNS zones that do not support Secure Dynamic Update. Secure Dynamic Update preserves ownership of resource records and does not allow a DNS client to overwrite records that are registered by other computers.\n\nDuring dynamic update of a zone that does not use Secure Dynamic Update, a DNS client may discover that an existing A resource record associates the client’s host DNS name with an IP address of a different computer. According to the default configuration, the DNS client attempts to replace the existing A resource record with an A resource record associating the DNS name with the client’s IP address.\n\nIf you enable this setting, DNS clients attempt to replace conflicting A resource records during dynamic update.\n\nIf you disable this setting, the DNS client still performs the dynamic update of A resource records, but if the DNS client attempts to update A resource records containing conflicts, this attempt fails and an error is recorded in the Event Viewer log.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9390. DNS_RegisterReverseLookup="Register PTR Records"
  9391. DNS_RegisterReverseLookup_Help="Determines whether the registration of PTR resource records is enabled for the computers to which this policy is applied.\n\nBy default, DNS clients configured to perform dynamic DNS registration attempt PTR resource record registration only if they successfully registered the corresponding A resource record. "A" resource records map a host DNS name to the host IP address, and "PTR" resource records map the host IP address to the host DNS name.\n\nTo enable this setting, click Enable, and then select one of the following values:\n\nDo not register - computers never attempt PTR resource records registration.\n\nRegister - computers attempt PTR resource records registration regardless of the success of the A records registration.\n\nRegister only if A record registration succeeds – computers attempt PTR resource records registration only if they successfully registered the corresponding A resource records.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9392. DNS_RegisterReverseLookup_box="Register PTR records:"
  9393. DNS_RegisterReverseLookup_Register="Register"
  9394. DNS_RegisterReverseLookup_DoNotRegister="Do not register"
  9395. DNS_RegisterReverseLookup_RegisterOnlyIfASucceeds="Register only if A record registration succeeds "
  9396. DNS_Domain="Connection-Specific DNS Suffix"
  9397. DNS_Domain_Help="Specifies a connection-specific DNS suffix. This setting supersedes the connection-specific DNS suffixes set on the computers to which this setting is applied, those configured locally and those configured using DHCP.\n\nWarning: A connection-specific DNS suffix specified in this setting is applied to all the network connections used by multihomed computers to which this setting is applied.\n\nTo use this setting, click Enable, and then enter a string value representing the DNS suffix in the available field.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local or DHCP-configuration parameters."
  9398. DNS_DomainLabel="DNS Suffix:"
  9399. DNS_RegisterAdapterName="Register DNS records with connection-specific DNS suffix"
  9400. DNS_RegisterAdapterName_Help="Determines if a computer performing dynamic registration may register A and PTR resource records with a concatenation of its Computer Name and a connection-specific DNS suffix, in addition to registering these records with a concatenation of its Computer Name and the Primary DNS suffix.\n\nWarning: Enabling of this group setting is applied to all the network connections of multihomed computers to which this setting is applied.\n\nBy default, a DNS client performing dynamic DNS registration registers A and PTR resource records with a concatenation of its Computer Name and the primary DNS suffix. For example, a concatenation of a Computer Name, such as "mycomputer", and the primary DNS suffix, such as "microsoft.com", would result in "mycomputer.microsoft.com".\n\nIf this setting were enabled, a computer would register A and PTR resource records with its connection-specific DNS suffix in addition to registering A and PTR resource records with the primary DNS suffix. For example, a concatenation of a Computer Name "mycomputer" and the connection specific DNS suffix "VPNconnection" would be used when registering A and PTR resource records, resulting in "mycomputer.VPNconnection". Notice that if dynamic DNS registration is disabled on a computer to which this setting is applied, then, regardless of this setting’s settings, a computer does not attempt dynamic DNS registration of A and PTR records containing a concatenation of its Computer Name and a connection-specific DNS suffix. If dynamic DNS registration is disabled on a specific network connection of a computer to which this setting is applied, then, regardless of this setting’s settings, a computer does not attempt dynamic DNS registration of A and PTR records containing a concatenation of its Computer Name and a connection-specific DNS suffix on that network connection.\n\nIf this setting is disabled, a DNS client does not register A and PTR resource records with its connection-specific DNS suffix.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9401. DNS_NameServer="DNS Servers"
  9402. DNS_NameServer_Help="Defines the DNS servers to which a computer sends queries when it attempts to resolve names.\n\nWarning: The list of the DNS servers defined in this setting supersedes DNS servers configured locally and those configured using DHCP. The list of DNS servers is applied to all network connections of multihomed computers to which this setting is applied.\n\nTo use this setting, click Enable, and then enter a space-delimited list of IP addresses (in dotted decimal format) in the available field. If you enable this setting, you must enter at least one IP address.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local or DHCP-configured parameters."
  9403. DNS_NameServerLabel="IP Addresses:"
  9404. DNS_SearchList="DNS Suffix Search List"
  9405. DNS_SearchList_Help="Determines the DNS suffixes to attach to an unqualified single-label name before submission of a DNS query for that name.\n\nAn unqualified single-label name contains no dots, such as "example". This is different from a fully qualified domain name, such as "example.microsoft.com.".\n\nWith this setting enabled, when a user submits a query for a single-label name, such as "example", a local DNS client attaches a suffix, such as "microsoft.com", resulting in the query "example.microsoft.com", before sending the query to a DNS server.\n\nIf you enable this setting, you can specify the DNS suffixes to attach before submission of a query for an unqualified single-label name. The values of the DNS suffixes in this setting may be set using comma-separated strings, such as "microsoft.com,serverua.microsoft.com,office.microsoft.com". One DNS suffix is attached for each submission of a query. If a query is unsuccessful, a new DNS suffix is added in place of the failed suffix, and this new query is submitted. The values are used in the order they appear in the string, starting with the leftmost value and preceding to the right.\n\nIf you enable this setting, you must specify at least one suffix.\n\nIf you disable this setting, the primary DNS suffix and network connection-specific DNS suffixes are appended to the unqualified queries.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9406. DNS_SearchListLabel="DNS Suffixes:"
  9407. DNS_UseDomainNameDevolution="Primary DNS Suffix Devolution"
  9408. DNS_UseDomainNameDevolution_Help="Determines whether the DNS client performs primary DNS suffix devolution in a name resolution process.\n\nWhen a user submits a query for a single-label name, such as "example", a local DNS client attaches a suffix, such as "microsoft.com", resulting in the query "example.microsoft.com", before sending the query to a DNS server.\n\nIf a DNS Suffix Search List is not specified, the DNS client attaches the Primary DNS Suffix to a single-label name, and, if this query fails, the Connection-Specific DNS suffix is attached for a new query. If none of these queries are resolved, the client devolves the Primary DNS Suffix of the computer (drops the leftmost label of the Primary DNS Suffix), attaches this devolved Primary DNS suffix to the single-label name, and submits this new query to a DNS server.\n\nFor example, if the primary DNS suffix ooo.aaa.microsoft.com is attached to the non-dot-terminated single-label name "example," and the DNS query for example.ooo.aaa.microsoft.com fails, the DNS client devolves the primary DNS suffix (drops the leftmost label), and submits a query for example.aaa.microsoft.com. If this query fails, the primary DNS suffix is devolved further and the query example.microsoft.com is submitted. If this query fails, devolution continues and the query example.microsoft.com is submitted. The primary DNS suffix would not be devolved further because the DNS suffix has two labels, "microsoft.com". The primary DNS suffix cannot be devolved to less than two labels.\n\nIf this setting is enabled, DNS clients on the computers to which this setting is applied attempt to resolve names that are concatenations of the single-label name to be resolved and the devolved Primary DNS Suffix.\n\nIf this setting is disabled, DNS clients on the computers to which this setting is applied donot attempt to resolve names that are concatenations of the single-label name to be resolved and the devolved Primary DNS Suffix.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9409. DNS_PrimaryDnsSuffix_Help="Specifies the primary Domain Name System (DNS) suffix for all affected computers. The primary DNS suffix is used in DNS name registration and DNS name resolution.\n\nThis setting lets you specify a primary DNS suffix for a group of computers and prevents users, including administrators, from changing it.\n\nIf you disable this setting or do not configure it, each computer uses its local primary DNS suffix, which is usually the DNS name of Active Directory domain to which it is joined. However, administrators can use System in Control Panel to change the primary DNS suffix of a computer.\n\nTo use this setting, in the text box provided, type the entire primary DNS suffix you want to assign. For example, microsoft.com.\n\nThis setting does not disable the DNS Suffix and NetBIOS Computer Name dialog box that administrators use to change the primary DNS suffix of a computer. However, if administrators enter a suffix, that suffix is ignored while this setting is enabled.\n\nImportant: To make changes to this setting effective, you must restart Windows on all computers affected by the setting.\n\nNote: To change the primary DNS suffix of a computer without setting a setting, click System in Control Panel, click the Network Identification tab, click Properties, click More, and then enter a suffix in the "Primary DNS suffix of this computer" box.\n\nFor more information about DNS, see "Domain Name System (DNS)" in Help."
  9410. DNS_PrimaryDnsSuffix="Primary DNS Suffix"
  9411. DNS_PrimaryDnsSuffixBox="Enter a primary DNS suffix:"
  9412. DNS_RegistrationTtl="TTL Set in the A and PTR records"
  9413. DNS_RegistrationTtl_Help="Specifies the value for the Time-To-Live (TTL) field in A and PTR resource records registered by the computers to which this setting is applied.\n\nTo specify the TTL, click Enable, and then enter a value in seconds (for example, the value 900 is 15 minutes).\n\nIf this setting is not configured, it is not applied to any computer."
  9414. DNS_RegistrationTtlLabel="Seconds:"
  9415. DNS_UpdateSecurityLevel="Update Security Level"
  9416. DNS_UpdateSecurityLevel_Help="Specifies whether the computers to which this setting is applied use secure dynamic update or standard dynamic update for registration of DNS records.\n\nTo enable this setting, click Enable, and then choose one of the following values.\n\nUnsecure followed by secure - if this option is chosen, computers send secure dynamic updates only when nonsecure dynamic updates are refused.\n\nOnly Unsecure - if this option is chosen, computers send only nonsecure dynamic updates.\n\nOnly Secure - if this option is chosen, computers send only secure dynamic updates.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9417. DNS_UpdateSecurityLevel_box="Update Security Level:"
  9418. DNS_UpdateSecurityLevel_OnlySecure="Only Secure"
  9419. DNS_UpdateSecurityLevel_OnlyUnsecure="Only Unsecure"
  9420. DNS_UpdateSecurityLevel_UnsecureFollowedBySecure="Unsecure followed by Secure"
  9421. DNS_AppendToMultiLabelName="Append DNS Suffixes to resolve multi-label names"
  9422. DNS_AppendToMultiLabelName_Help="Determines whether local a DNS client should attach DNS suffixes to a multi-label, non-dot-terminated name prior to submission of a DNS query for that name.\n\nA multi-label, non-dot-terminated name contains at least one dot, but not as its first or last character, for example, "www.microsoft.com".\n\nWith this setting enabled, when a user submits a query for a multi-label, non-dot-terminated name, such as "www.microsoft.com", a local DNS client attempts to resolve the name as is, that is, as "www.microsoft.com." or "www.hr". If such name resolution fails, then DNS client attaches a suffix, such as "microsoft.com" or "example.net", resulting in the query "www.microsoft.com.microsoft.com." or "www.hr.example.net", and sends the query to a DNS server.\n\nWith this setting disabled, when a user submits a query for a multi-label, non-dot-terminated name, such as "www.microsoft.com" or "www.hr", a local DNS client attempts to resolve the name only as is, that is, as "www.microsoft.com." or "www.hr". Regardless of the query result, the DNS client does not attempt to attach any DNS suffix to the specified name, and it resolves the query for the concatenated name.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration.
  9423. DNS_UpdateTopLevelDomainZones="Update Top Level Domain Zones"
  9424. DNS_UpdateTopLevelDomainZones_Help="Specifies whether the computers to which this setting is applied may send dynamic updates to the zones named with a single label name, also known as top-level domain zones, for example, "com".\n\nBy default, a DNS client configured to perform dynamic DNS update sends dynamic updates to the DNS zone that is authoritative for its DNS resource records, unless the authoritative zone is a top-level domain and root zone.\n\nIf this setting is enabled, computers to which this policy is applied send dynamic updates to any zone that is authoritative for the resource records that the computer needs to update, except the root zone.\n\nIf this setting is disabled, computers to which this policy is applied do not send dynamic updates to the root and/or top-level domain zones that are authoritative for the resource records that the computer needs to update.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9425. DOnly="Restrict D drive only"
  9426. DownlevelBrowse_Help="Allows users to use the Add Printer Wizard to search the network for shared printers.\n\nIf you enable this setting or do not configure it, when users choose to add a network printer by selecting the "A network printer, or a printer attached to another computer" radio button on Add Printer Wizard's page 2, and also check the "Connect to this printer (or to browse for a printer, select this option and click Next)" radio button on Add Printer Wizard's page 3, and do not specify a printer name in the adjacent "Name" edit box, then Add Printer Wizard displays the list of shared printers on the network and invites to choose a printer from the shown list.\n\nIf you disable this setting, the network printer browse page is removed from within the Add Printer Wizard, and users cannot search the network but must type a printer name.\n\nNote: This setting affects the Add Printer Wizard only. It does not prevent users from using other programs to search for shared printers or to connect to network printers."
  9427. DownlevelBrowse="Browse the network to find printers"
  9428. Do_not_display_Manage_Your_Server_page="Do not display Manage Your Server page at logon"
  9429. Do_not_display_Manage_Your_Server_page_Explain="Specifies whether to turn off the automatic display of the Manage Your Server page.\n\n If the status is set to Enabled, the Manage Your Server page does not appear each time an administrator logs on to the server.\n\n If the status is set to Disabled or Not Configured, the Manage Your Server page does appear each time an administrator logs on to the server. However, if the administrator has selected the “Don’t display this page at logon” check box at the bottom of the Manage Your Server page, the page will not appear.\n\n Regardless of this setting's status, the Manage Your Server page is still available from the Start menu."
  9430. DQ_Enable_Help="Enables and disables disk quota management on all NTFS volumes of the computer, and prevents users from changing the setting.\n\nIf you enable this setting, disk quota management is enabled, and users cannot disable it.\n\nIf you disable the setting, disk quota management is disabled, and users cannot enable it.\n\nIf this setting is not configured, disk quota management is disabled by default, but administrators can enable it.\n\nTo prevent users from changing the setting while a setting is in effect, the system disables the "Enable quota management" option on the Quota tab of NTFS volumes.\n\nNote: This setting enables disk quota management but does not establish or enforce a particular disk quota limit. To specify a disk quota limit, use the "Default quota limit and warning level" setting. Otherwise, the system uses the physical space on the volume as the quota limit.\n\nNote: To enable or disable disk quota management without specifying a setting, in My Computer, right-click the name of an NTFS volume, click Properties, click the Quota tab, and then click the "Enable quota management" option."
  9431. DQ_Enable="Enable disk quotas"
  9432. DQ_Enforce_Help="Determines whether disk quota limits are enforced and prevents users from changing the setting.\n\nIf you enable this setting, disk quota limits are enforced. If you disable this setting, disk quota limits are not enforced. When you enable or disable the setting, the system disables the "Deny disk space to users exceeding quota limit" option on the Quota tab so administrators cannot make changes while the setting is in effect.\n\nIf the setting is not configured, the disk quota limit is not enforced by default, but administrators change the setting.\n\nEnforcement is optional. When users reach an enforced disk quota limit, the system responds as though the physical space on the volume were exhausted. When users reach an unenforced limit, their status in the Quota Entries window changes, but they can continue to write to the volume as long as physical space is available.\n\nNote: This setting overrides user settings that enable or disable quota enforcement on their volumes.\n\nNote: To specify a disk quota limit, use the "Default quota limit and warning level" setting. Otherwise, the system uses the physical space on the volume as the quota limit."
  9433. DQ_Enforce="Enforce disk quota limit"
  9434. DQ_Limit_Help="Specifies the default disk quota limit and warning level for new users of the volume.\n\nThis setting determines how much disk space can be used by each user on each of the NTFS file system volumes on a computer. It also specifies the warning level, the point at which the user's status in the Quota Entries window changes to indicate that the user is approaching the disk quota limit.\n\nThis setting overrides new users’ settings for the disk quota limit and warning level on their volumes, and it disables the corresponding options in the "Select the default quota limit for new users of this volume" section on the Quota tab.\n\nThis setting applies to all new users as soon as they write to the volume. It does not affect disk quota limits for current users or affect customized limits and warning levels set for particular users (on the Quota tab in Volume Properties).\n\nIf you disable this setting or do not configure it, the disk space available to users is not limited. The disk quota management feature uses the physical space on each volume as its quota limit and warning level.\n\nWhen you select a limit, remember that the same limit applies to all users on all volumes, regardless of actual volume size. Be sure to set the limit and warning level so that it is reasonable for the range of volumes in the group.\n\nThis setting is effective only when disk quota management is enabled on the volume. Also, if disk quotas are not enforced, users can exceed the quota limit you set. When users reach the quota limit, their status in the Quota Entries window changes, but users can continue to write to the volume."
  9435. DQ_Limit="Default quota limit and warning level"
  9436. DQ_LimitLabel="Default quota limit:"
  9437. DQ_LimitTip1="Specify a quota limit and warning level applied to users when"
  9438. DQ_LimitTip2="they first write to a quota-enabled volume."
  9439. DQ_LimitUnits="Units"
  9440. DQ_LimitValue="Value"
  9441. DQ_LogEventOverLimit_Help="Determines whether the system records an event in the local Application log when users reach their disk quota limit on a volume, and prevents users from changing the logging setting.\n\nIf you enable this setting, the system records an event when the user reaches their limit. If you disable this setting, no event is recorded. Also, when you enable or disable this setting, the system disables the "Log event when a user exceeds their quota limit" option on the Quota tab, so administrators cannot change the setting while a setting is in effect.\n\nIf the setting is not configured, no events are recorded, but administrators can use the Quota tab option to change the setting.\n\nThis setting is independent of the enforcement settings for disk quotas. As a result, you can direct the system to log an event, regardless of whether or not you choose to enforce the disk quota limit.\n\nAlso, this setting does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their limit, because their status in the Quota Entries window changes.\n\nNote: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  9442. DQ_LogEventOverLimit="Log event when quota limit exceeded"
  9443. DQ_LogEventOverThreshold_Help="Determines whether the system records an event in the Application log when users reach their disk quota warning level on a volume.\n\nIf you enable this setting, the system records an event. If you disable this setting, no event is recorded. When you enable or disable the setting, the system disables the corresponding "Log event when a user exceeds their warning level" option on the Quota tab, so that administrators cannot change logging while a setting is in effect.\n\nIf the setting is not configured, no event is recorded, but administrators can use the Quota tab option to change the logging setting.\n\nThis setting does not affect the Quota Entries window on the Quota tab. Even without the logged event, users can detect that they have reached their warning level because their status in the Quota Entries window changes.\n\nNote: To find the logging option, in My Computer, right-click the name of an NTFS file system volume, click Properties, and then click the Quota tab."
  9444. DQ_LogEventOverThreshold="Log event when quota warning level exceeded"
  9445. DQ_RemovableMedia_Help="Extends the disk quota policies in this folder to NTFS file system volumes on removable media.\n\nIf you disable this setting or do not configure it, the disk quota policies established in this folder apply to fixed-media NTFS volumes only. Note: When this setting is applied, the computer will apply the disk quota to both fixed and removable media."
  9446. DQ_RemovableMedia="Apply policy to removable media"
  9447. DQ_ThresholdLabel="Default warning level:"
  9448. DQ_ThresholdUnits="Units"
  9449. DQ_ThresholdValue="Value"
  9450. DQ_UnitsEB="EB"
  9451. DQ_UnitsGB="GB"
  9452. DQ_UnitsKB="KB"
  9453. DQ_UnitsMB="MB"
  9454. DQ_UnitsPB="PB"
  9455. DQ_UnitsTB="TB"
  9456. DragAndDrop="Prohibit Drag-and-Drop"
  9457. DragAndDropHelp="Prevents users from adding or removing tasks by moving or copying programs in the Scheduled Tasks folder.\n\nThis setting disables the Cut, Copy, Paste, and Paste shortcut items on the context menu and the Edit menu in Scheduled Tasks. It also disables the drag-and-drop features of the Scheduled Tasks folder.\n\nAs a result, users cannot add new scheduled tasks by dragging, moving, or copying a document or program into the Scheduled tasks folder.\n\nThis setting does not prevent users from using other methods to create new tasks, and it does not prevent users from deleting tasks.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  9458. DriverSearchPlaces="Configure driver search locations"
  9459. DriverSearchPlaces_Help="This setting configures the location that Windows searches for drivers when a new piece of hardware is found.\n\nBy default, Windows searches the following places for drivers: local installation, floppy drives, CD-ROM drives, Windows Update.\n\nUsing this setting, you may remove any or all of these from the search algorithm.\n\nIf you enable this setting, you can remove any of the three locations by selecting the associated check box beside the location name.\n\nIf you disable or do not configure this setting, Windows searches the location installation, floppy drives, CD-ROM drives, and Windows Update for drivers."
  9460. DriverSearchPlaces_Floppies="Don't search floppy disk drives"
  9461. DriverSearchPlaces_CD="Don't search CD-ROM drives"
  9462. DriverSearchPlaces_WindowsUpdate="Don't search Windows Update"
  9463. DriverSign_Block="Block"
  9464. DriverSign_None="Ignore"
  9465. DriverSign_Warn="Warn"
  9466. DriverSigning_Help="Determines how the system responds when a user tries to install device driver files that are not digitally signed.\n\nThis setting establishes the least secure response permitted on the systems of users in the group. Users can use System in Control Panel to select a more secure setting, but when this setting is enabled, the system does not implement any setting less secure than the one the setting established.\n\nWhen you enable this setting, use the drop-down box to specify the desired response.\n\n--   "Ignore" directs the system to proceed with the installation even if it includes unsigned files.\n\n--   "Warn" notifies the user that files are not digitally signed and lets the user decide whether to stop or to proceed with the installation and whether to permit unsigned files to be installed. "Warn" is the default.\n\n--   "Block" directs the system to refuse to install unsigned files. As a result, the installation stops, and none of the files in the driver package are installed.\n\nTo change driver file security without specifying a setting, use System in Control Panel. Right-click My Computer, click Properties, click the Hardware tab, and then click the Driver Signing button."
  9467. DriverSigning="Code signing for device drivers"
  9468. DriverSigningOp="When Windows detects a driver file without a digital signature:"
  9469. EE_EnablePersistentTimeStamp="Enable Persistent Time Stamp"
  9470. EE_EnablePersistentTimeStamp_Help="The Persistent System Timestamp allows the system to detect the time of unexpected shutdowns by writing the current time to disk on a schedule controlled by the Timestamp Interval.\n\nIf you enable this setting, the Persistent System Timestamp will be refreshed according to the Timestamp Interval.\n\nIf you disable this setting, the Persistent System Timestamp will be turned off and the timing of unexpected shutdowns will not be detected.\n\nIf you do not configure this setting, the default behavior will occur.\n\nNote: By default, the Persistent System Timestamp is refreshed every 60 seconds on the Windows Server 2003 family.  This feature may interfere with power configuration settings that turn off hard disks after a period of inactivity.  These power settings may be accessed in the Power Options Control Panel."
  9471. EE_EnablePersistentTimeStamp_Desc1="The setting allows you to customize how often the 
  9472. EE_EnablePersistentTimeStamp_Desc2="Persistent System Time Stamp is written to the disk."
  9473. EE_EnablePersistentTimeStamp_Desc3="The range is 1 to 86400 seconds (1 day).
  9474. EE_EnablePersistentTimeStamp_Desc4="Seconds: "
  9475. EnableAdminTSRemote_Help="Allows Terminal Services administrators to install and configure programs remotely.\n\nBy default, system administrators can install programs only when system administrators are logged on to the computer on which the program is being installed. This setting creates a special exception for computers running Terminal Services.\n\nThis setting affects system administrators only. Other users cannot install programs remotely."
  9476. EnableAdminTSRemote="Allow admin to install from Terminal Services session"
  9477. EnableSlowLinkDetect_Help="Disables the slow link detection feature.\n\nSlow link detection measures the speed of the connection between a user's computer and the remote server that stores the roaming user profile. When the system detects a slow link, the related settings in this folder tell the system how to respond.\n\nIf you enable this setting, the system does not detect slow connections or recognize any connections as being slow. As a result, the system does not respond to slow connections to user profiles, and it ignores the settings that tell the system how to respond to a slow connection.\n\nIf you disable this setting or do not configure it, slow link detection is enabled. The system measures the speed of the connection between the user's computer and profile server. If the connection is slow (as defined by the "Slow network connection timeout for user profiles" setting), the system applies the other settings set in this folder to determine how to proceed. By default, when the connection is slow, the system loads the local copy of the user profile."
  9478. EnableSlowLinkDetect="Do not detect slow network connections"
  9479. EnableSlowLinkUI="Prompt user when slow link is detected"
  9480. EnableSlowLinkUI_Help="Notifies users when their roaming profile is slow to load. The notice lets users decide whether to use a local copy or to wait for the roaming user profile.\n\nIf you disable this setting or do not configure it, when a roaming user profile is slow to load, the system does not consult the user. Instead, it loads the local copy of the profile. If you have enabled the "Wait for remote user profile" setting, the system loads the remote copy without consulting the user.\n\nThis setting and related settings in this folder together define the system's response when roaming user profiles are slow to load.\n\nTo adjust the time within which the user must respond to this notice, use the "Timeout for dialog boxes" setting.\n\nImportant: If the "Do not detect slow network connections" setting is enabled, this setting is ignored. Also, if the "Delete cached copies of roaming profiles" setting is enabled, there is no local copy of the roaming profile to load when the system detects a slow connection."
  9481. EnableUserControl_Help="Permits users to change installation options that typically are available only to system administrators.\n\nThis setting bypasses some of the security features of Windows Installer. It permits installations to complete that otherwise would be halted due to a security violation.\n\nThe security features of Windows Installer prevent users from changing installation options typically reserved for system administrators, such as specifying the directory to which files are installed. If Windows Installer detects that an installation package has permitted the user to change a protected option, it stops the installation and displays a message. These security features operate only when the installation program is running in a privileged security context in which it has access to directories denied to the user.\n\nThis setting is designed for less restrictive environments. It can be used to circumvent errors in an installation program that prevents software from being installed."
  9482. EnableUserControl="Enable user control over installs"
  9483. EnforcePoliciesOnly="Enforce Show Policies Only"
  9484. EnforcePoliciesOnly_Help="Prevents administrators from viewing or using Group Policy preferences.\n\nA Group Policy administration (.adm) file can contain both true settings and preferences. True settings, which are fully supported by Group Policy, must use registry entries in the Software\Policies or Software\Microsoft\Windows\CurrentVersion\Policies registry subkeys. Preferences, which are not fully supported, use registry entries in other subkeys.\n\nIf you enable this setting, the "Show Policies Only" command is turned on, and administrators cannot turn it off. As a result, Group Policy Object Editor displays only true settings; preferences do not appear.\n\nIf you disable this setting or do not configure it, the "Show Policies Only" command is turned on by default, but administrators can view preferences by turning off the "Show Policies Only" command.\n\nNote: To find the "Show Policies Only" command, in Group Policy Object Editor, click the Administrative Templates folder (either one), right-click the same folder, and then point to "View."\n\nIn Group Policy Object Editor, preferences have a red icon to distinguish them from true settings, which have a blue icon."
  9485. EnforceShellExtensionSecurity_Help="This setting is designed to ensure that shell extensions can operate on a per-user basis. If you enable this setting, Windows is directed to only run those shell extensions that have either been approved by an administrator or that will not impact other users of the machine.\n\nA shell extension only runs if there is an entry in at least one of the following locations in registry.\n\nFor shell extensions that have been approved by the administrator and are available to all users of the computer, there must be an entry at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved.\n\nFor shell extensions to run on a per-user basis, there must be an entry at HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved."
  9486. EnforceShellExtensionSecurity="Allow only per user or approved shell extensions"
  9487. Exclude_Tip1="You can enter multiple directory names, semi-colon separated,"
  9488. Exclude_Tip2="all relative to the root of the user's profile"
  9489. ExcludeDirectories_Help="Lets you add to the list of folders excluded from the user's roaming profile.\n\nThis setting lets you exclude folders that are normally included in the user's profile. As a result, these folders do not need to be stored by the network server on which the profile resides and do not follow users to other computers.\n\nBy default, the History, Local Settings, Temp, and Temporary Internet Files folders are excluded from the user's roaming profile.\n\nIf you enable this setting, you can exclude additional folders.\n\nIf you disable this setting or do not configure it, only the default folders are excluded.\n\nNote: You cannot use this setting to include the default folders in a roaming user profile."
  9490. ExcludeDirectories="Exclude directories in roaming profile"
  9491. ExcludeMessage="Prevent the following directories from roaming with the profile:"
  9492. Execution="Prevent Task Run or End"
  9493. ExecutionHelp="Prevents users from starting and stopping tasks manually.\n\nThis setting removes the Run and End Task items from the context menu that appears when you right-click a task. As a result, users cannot start tasks manually or force tasks to end before they are finished.\n\nNote: This setting appears in the Computer Configuration and User Configuration folders. If both settings are configured, the setting in Computer Configuration takes precedence over the setting in User Configuration."
  9494. ExplorerWindow="Windows Explorer window"
  9495. ForceActiveDesktopOn_Help="Enables Active Desktop and prevents users from disabling it.\n\nThis setting prevents users from trying to enable or disable Active Desktop while a policy controls it.\n\nIf you disable this setting or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored.  If the "Turn on Classic Shell" setting ( in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both of these policies are ignored."
  9496. ForceActiveDesktopOn_Tip="Allows HTML and JPEG Wallpaper"
  9497. ForceActiveDesktopOn="Enable Active Desktop"
  9498. ForceClassicControlPanel="Force classic Control Panel Style"
  9499. ForceClassicControlPanel_Help="This setting affects the visual style and presentation of the Control Panel.\n\nIt allows you to disable the new style of Control Panel, which is task-based, and use the Windows 2000 style, referred to as the "classic" Control Panel. The new Control Panel, referred to as the "simple" Control Panel, simplifies how users interact with settings by providing easy-to-understand tasks that help users get their work done quickly. The Control Panel allows the users to configure their computer, add or remove programs, and change settings.\n\nIf you enable this setting, Control Panel sets the classic Control Panel. The user cannot switch to the new simple style.\n\nIf you disable this setting, Control Panel is set to the task-based style. The user cannot switch to the classic Control Panel style.\n\nIf you do not configure it, the default is the task-based style, which the user can change."
  9500. ForceStartMenuLogoff_Help="Adds the "Log Off <username>" item to the Start menu and prevents users from removing it.\n\nIf you enable this setting, the Log Off <username> item appears in the Start menu. This setting also removes the Display Logoff item from Start Menu Options. As a result, users cannot remove the Log Off <username> item from the Start Menu.\n\nIf you disable this setting or do not configure it, users can use the Display Logoff item to add and remove the Log Off item.\n\nThis setting affects the Start menu only. It does not affect the Log Off item on the Windows Security dialog box that appears when you press Ctrl+Alt+Del.\n\nNote: To add or remove the Log Off item on a computer, click Start, click Settings, click Taskbar and Start Menu, click the Start Menu Options tab, and then, in the Start Menu Settings box, click Display Logoff.\n\nAlso, see "Remove Logoff" in User Configuration\Administrative Templates\System\Logon/Logoff."
  9501. ForceStartMenuLogoff="Add Logoff to the Start Menu"
  9502. DiskQuota="Disk Quotas"
  9503. GPDCOptionAny="Use any available domain controller"
  9504. GPDCOptionInherit="Inherit from Active Directory Snap-ins"
  9505. GPDCOptionPDC="Use the Primary Domain Controller"
  9506. GPDCOptions="Group Policy domain controller selection"
  9507. GPDCOptions_Help="Determines which domain controller the Group Policy Object Editor snap-in uses.\n\n--  "Use the Primary Domain Controller" indicates that the Group Policy Object Editor snap-in reads and writes changes to the domain controller designated as the PDC Operations Master for the domain.\n\n--  "Inherit from Active Directory Snap-ins" indicates that the Group Policy Object Editor snap-in reads and writes changes to the domain controller that Active Directory Users and Computers or Active Directory Sites and Services snap-ins use.\n\n--  "Use any available domain controller" indicates that the Group Policy Object Editor snap-in can read and write changes to any available domain controller.\n\nIf you disable this setting or do not configure it, the Group Policy Object Editor snap-in uses the domain controller designated as the PDC Operations Master for the domain.\n\nNote: To change the PDC Operations Master for a domain, in Active Directory Users and Computers, right-click a domain, and then click "Operations Masters.""
  9508. GPDCOptionsDesc="When Group Policy Object Editor is selecting a domain controller to use, it should:"
  9509. GPOnly_Tip1="The System.adm file you have loaded requires Group Policy Object Editor"
  9510. GPOnly_Tip2="You cannot use the System Policy Editor"
  9511. GPOnly_Tip3="to display Group Policy settings."
  9512. GPOnly_Tip4="  "
  9513. GPOnly_Tip5="Refer to the Group Policy White Paper for more information."
  9514. GPOnly="Unsupported Administrative Templates"
  9515. GPOnlyPolicy="System.adm"
  9516. GPO_Script_Tip="Range is 0 to 32000, use 0 for infinite wait time"
  9517. GPRefreshRate_C_Desc1="This setting allows you to customize how often Group Policy is applied"
  9518. GPRefreshRate_C_Desc2="to computers. The range is 0 to 64800 minutes (45 days)."
  9519. GPRefreshRate_DC_Desc1="This setting allows you to customize how often Group Policy is applied"
  9520. GPRefreshRate_DC_Desc2="to domain controllers. The range is 0 to 64800 minutes (45 days)."
  9521. GPRefreshRate_U_Desc1="This setting allows you to customize how often Group Policy is applied"
  9522. GPRefreshRate_U_Desc2="to users. The range is 0 to 64800 minutes (45 days)."
  9523. GPRefreshRate="Minutes:"
  9524. GPRefreshRateOffset_Desc1="This is a random time added to the refresh interval to prevent"
  9525. GPRefreshRateOffset_Desc2="all clients from requesting Group Policy at the same time."
  9526. GPRefreshRateOffset_Desc3="The range is 0 to 1440 minutes (24 hours)"
  9527. GPRefreshRateOffset="Minutes:"
  9528. GPTransferRate_Help="Defines a slow connection for purposes of applying and updating Group Policy.\n\nIf the rate at which data is transferred from the domain controller providing a policy update to the computers in this group is slower than the rate specified by this setting, the system considers the connection to be slow.\n\nThe system's response to a slow policy connection varies among policies. The program implementing the policy can specify the response to a slow link. Also, the policy processing settings in this folder lets you override the programs' specified responses to slow links.\n\nTo use this setting, in the "Connection speed" box, type a decimal number between 0 and 4,294,967,200 (0xFFFFFFA0), indicating a transfer rate in kilobits per second. Any connection slower than this rate is considered to be slow. If you type 0, all connections are considered to be fast.\n\nIf you disable this setting or do not configure it, the system uses the default value of 500 kilobits per second.\n\nThis setting appears in the Computer Configuration and User Configuration folders. The setting in Computer Configuration defines a slow link for policies in the Computer Configuration folder. The setting in User Configuration defines a slow link for settings in the User Configuration folder.\n\nAlso, see the "Do not detect slow network connections" and related policies in Computer Configuration\Administrative Templates\System\User Profile. Note: If the profile server has IP connectivity, the connection speed setting is used. If the profile server does not have IP connectivity, the SMB timing is used."
  9529. GPTransferRate="Group Policy slow link detection"
  9530. GreyMSIAds="Gray unavailable Windows Installer programs Start Menu shortcuts"
  9531. GreyMSIAds_Help="Displays Start menu shortcuts to partially installed programs in gray text.\n\nThis setting makes it easier for users to distinguish between programs that are fully installed and those that are only partially installed.\n\nPartially installed programs include those that a system administrator assigns using Windows Installer and those that users have configured for full installation upon first use.\n\nIf you disable this setting or do not configure it, all Start menu shortcuts appear as black text.\n\nNote: Enabling this setting can make the Start menu slow to open."
  9532. GroupPolicyRefreshRate_Help="Specifies how often Group Policy for computers is updated while the computer is in use (in the background). This setting specifies a background update rate only for Group Policies in the Computer Configuration folder.\n\nIn addition to background updates, Group Policy for the computer is always updated when the system starts.\n\nBy default, computer Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this setting, Group Policy is updated every 90 minutes (the default). To specify that Group Policy should never be updated while the computer is in use, select the "Turn off background refresh of Group Policy" policy.\n\nThe Group Policy refresh interval for computers policy also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nThis setting establishes the update rate for computer Group Policy. To set an update rate for user policies, use the "Group Policy refresh interval for users" setting (located in User Configuration\Administrative Templates\System\Group Policy).\n\nThis setting is only used when the "Turn off background refresh of Group Policy" setting is not enabled.\n\nNote: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs users can run, might interfere with tasks in progress."
  9533. GroupPolicyRefreshRate="Group Policy refresh interval for computers"
  9534. GroupPolicyRefreshRateDC_Help="Specifies how often Group Policy is updated on domain controllers while they are running (in the background). The updates specified by this setting occur in addition to updates performed when the system starts.\n\nBy default, Group Policy on the domain controllers is updated every five minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the domain controller tries to update Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this setting, the domain controller updates Group Policy every 5 minutes (the default). To specify that Group Policies for users should never be updated while the computer is in use, select the "Turn off background refresh of Group Policy" setting.\n\nThis setting also lets you specify how much the actual update interval varies. To prevent domain controllers with the same update interval from requesting updates simultaneously, the system varies the update interval for each controller by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that update requests overlap. However, updates might be delayed significantly.\n\nNote: This setting is used only when you are establishing policy for a domain, site, organizational unit (OU), or customized group. If you are establishing policy for a local computer only, the system ignores this setting."
  9535. GroupPolicyRefreshRateDC="Group Policy refresh interval for domain controllers"
  9536. GroupPolicyRefreshRateUser_Help="Specifies how often Group Policy for users is updated while the computer is in use (in the background). This setting specifies a background update rate only for the Group Policies in the User Configuration folder.\n\nIn addition to background updates, Group Policy for users is always updated when users log on.\n\nBy default, user Group Policy is updated in the background every 90 minutes, with a random offset of 0 to 30 minutes.\n\nYou can specify an update rate from 0 to 64,800 minutes (45 days). If you select 0 minutes, the computer tries to update user Group Policy every 7 seconds. However, because updates might interfere with users' work and increase network traffic, very short update intervals are not appropriate for most installations.\n\nIf you disable this setting, user Group Policy is updated every 90 minutes (the default). To specify that Group Policy for users should never be updated while the computer is in use, select the "Turn off background refresh of Group Policy" setting.\n\nThis setting also lets you specify how much the actual update interval varies. To prevent clients with the same update interval from requesting updates simultaneously, the system varies the update interval for each client by a random number of minutes. The number you type in the random time box sets the upper limit for the range of variance. For example, if you type 30 minutes, the system selects a variance of 0 to 30 minutes. Typing a large number establishes a broad range and makes it less likely that client requests overlap. However, updates might be delayed significantly.\n\nImportant: If the "Turn off background refresh of Group Policy" setting is enabled, this setting is ignored.\n\nNote: This setting establishes the update rate for user Group Policies. To set an update rate for computer Group Policies, use the "Group Policy refresh interval for computers" setting (located in Computer Configuration\Administrative Templates\System\Group Policy).\n\nTip: Consider notifying users that their policy is updated periodically so that they recognize the signs of a policy update. When Group Policy is updated, the Windows desktop is refreshed; it flickers briefly and closes open menus. Also, restrictions imposed by Group Policies, such as those that limit the programs a user can run, might interfere with tasks in progress."
  9537. GroupPolicyRefreshRateUser="Group Policy refresh interval for users"
  9538. HelpQualifiedRootDir_Comp="Restrict potentially unsafe HTML Help functions to specified folders"
  9539. HelpQualifiedRootDir="Restrict potentially unsafe HTML Help functions to specified folders"
  9540. HelpQualifiedRootDir_Edit="Enter folder names separated by semi-colons:"
  9541. HelpQualifiedRootDir_Example="Example: %windir%\Help;%windir%\pchealth;%programfiles%"
  9542. HelpQualifiedRootDir_Help="With this policy, you can restrict certain HTML Help commands to function only in HTML Help (.chm) files within specified folders and their subfolders.  Alternatively, you can disable these commands on the entire system.  It is strongly recommended that only folders requiring administrative privileges be added to this policy.\n\nThe "Shortcut" command is used to add a link to a Help topic, and runs executables that are external to the Help file. The "WinHelp" command is used to add a link to a Help topic, and runs a WinHLP32.exe Help (.hlp) file.\n\nWhen this policy is disabled, or not configured, these commands are fully functional for all Help files.  \n\nWhen this policy is enabled, the commands will function only for .chm files in the specified folders and their subfolders. \n\nTo restrict the commands to one or more folders, enable the policy and enter the desired folders in the text box on the settings tab of the Policy Properties dialog box. Use a semicolon to separate folders. For example, to restrict the commands to only .chm files in the %windir%\help folder and D:\somefolder, add the following string to the edit box: "%windir%\help;D:\somefolder".\n\nTo disallow the "Shortcut" and "WinHelp" commands on the entire local system, enable the policy and leave the text box on the settings tab of the Policy Properties dialog box blank.\n\nNote: An environment variable may be used, (for example, %windir%), so long as it is defined on the system. For example, %programfiles% is not defined on some early versions of Windows.\n\nNote: Only folders on the local computer can be specified in this policy. You cannot use this policy to enable the "Shortcut" and "WinHelp" commands for .chm files that are stored on mapped drives or accessed using UNC paths.\n\nFor additional options, see the "Restrict these programs from being launched from Help" policy."
  9543. HSS_HelpCenterPolicies="Help and Support Center"
  9544. HSS_HeadlinesPolicy="Do not allow "Did you know" content to appear"
  9545. HSS_HeadlinesPolicy_Explain="Specifies whether to display the dynamically updated "Did you know" content on the home page of Help and Support Center. \n\nThis policy lets you remove the "Did you know" section of content from the home page of Help and Support Center. This content is dynamically updated when users are connected to the Internet, and provides up-to-date information about Windows, the computer, or other helpful topics. \n\nIf you enable this policy, Help and Support Center will no longer display the "Did you know" content. \n\nIf you disable this policy or do not configure it, Help and Support Center displays the "Did you know" content according to the system’s setting. \n\nYou might want to enable this policy for users who do not have Internet access, as the content in the "Did you know" section will remain static indefinitely without an Internet connection."
  9546. IIS="Internet Information Services"
  9547. ImmortalPrintQueue_Help="Determines whether the domain controller can prune (delete from Active Directory) the printers published by this computer.\n\nBy default, the pruning service on the domain controller prunes printer objects from Active Directory if the computer that published them does not respond to contact requests. When the computer that published the printers restarts, it republishes any deleted printer objects.\n\nIf you enable this setting or do not configure it, the domain controller prunes this computer's printers when the computer does not respond.\n\nIf you disable this setting, the domain controller does not prune this computer's printers. This setting is designed to prevent printers from being pruned when the computer is temporarily disconnected from the network.\n\nNote: You can use the "Directory Pruning Interval" and "Directory Pruning Retry" settings to adjust the contact interval and number of contact attempts."
  9548. ImmortalPrintQueue="Allow pruning of published printers"
  9549. IncludeRegInProQuota="Include registry in file list"
  9550. Intellimenus_Help="Disables personalized menus.\n\nWindows personalizes long menus by moving recently used items to the top of the menu and hiding items that have not been used recently. Users can display the hidden items by clicking an arrow to extend the menu.\n\nIf you enable this setting, the system does not personalize menus. All menu items appear and remain in standard order. Also, this setting removes the "Use Personalized Menus" option so users do not try to change the setting while a setting is in effect.\n\nNote: Personalized menus require user tracking. If you enable the "Turn off user tracking" setting, the system disables user tracking and personalized menus and ignores this setting.\n\nTip: To Turn off personalized menus without specifying a setting, click Start, click Settings, click Taskbar and Start Menu, and then, on the General tab, clear the "Use Personalized Menus" option."
  9551. Intellimenus="Turn off personalized menus"
  9552. IntranetPrintersUrl_Help="Adds a link to an Internet or intranet Web page to the Add Printer Wizard.\n\nYou can use this setting to direct users to a Web page from which they can install printers.\n\nIf you enable this setting and type an Internet or intranet address in the text box, the system adds a Browse button to the "Specify a Printer" page in the Add Printer Wizard. The Browse button appears beside the "Connect to a printer on the Interner or on a home or office network" option. When users click Browse, the system opens an Internet browser and navigates to the specified URL address to display the available printers.\n\nThis setting makes it easy for users to find the printers you want them to add.\n\nAlso, see the "Custom support URL in the Printers folder's left pane" and "Web-based printing" settings in Computer Configuration\Administrative Templates\Printers."
  9553. IntranetPrintersUrl_Link="Printers Page URL"
  9554. IntranetPrintersUrl_Tip1="Enable this option to add a browse button for Internet printers "
  9555. IntranetPrintersUrl_Tip2="in the Add Printer Wizard. Use this setting to allow users browsing "
  9556. IntranetPrintersUrl_Tip3="the company's Intranet for printers. For example, you can "
  9557. IntranetPrintersUrl_Tip4="specify a URL like: http://www.company.com/printers. "
  9558. IntranetPrintersUrl_Tip5="To enable this option, the edit box below should not be empty."
  9559. IntranetPrintersUrl="Browse a common web site to find printers"
  9560. KMPrintersAreBlocked_Help="Determines whether printers using kernel-mode drivers may be installed on the local computer.  Kernel-mode drivers have access to system-wide memory, and therefore poorly-written kernel-mode drivers can cause stop errors.\n\nIf you disable this setting, or do not configure it, then printers using a kernel-mode drivers may be installed on the local computer running Windows XP Home Edition and Windows XP Professional.\n\nIf you do not configure this setting on Windows Server 2003 family products, the installation of kernel-mode printer drivers will be blocked.\n\nIf you enable this setting, installation of a printer using a kernel-mode driver will not be allowed. \n\nNote: By applying this policy, existing kernel-mode drivers will be disabled upon installation of service packs or reinstallation of the Windows XP operating system. This policy does not affect 64-bit Itanium computers, because kernel-mode drivers cannot be installed on Intel 64-bit Itanium computers."
  9561. KMPrintersAreBlocked="Disallow installation of printers using kernel-mode drivers"
  9562. Lbl_AlwaysPinSubFoldersHelp1="Ensures all subfolders are available offline when a folder is made"
  9563. Lbl_AlwaysPinSubFoldersHelp2="available for offline use."
  9564. Lbl_AssignedOfflineFilesHelp1="Specify network files and folders that are always available offline."
  9565. Lbl_AssignedOfflineFilesHelp2="In the name field, type a fully-qualified UNC path for each file or folder. "
  9566. Lbl_AssignedOfflineFilesHelp3="Do not enter a value for the item."
  9567. Lbl_AssignedOfflineFilesList="Files and Folders: "
  9568. Lbl_CustomGoOfflineActionsHelp1="Specify non-default actions for servers that become unavailable."
  9569. Lbl_CustomGoOfflineActionsHelp2="Enter a server name paired with an action value listed below."
  9570. Lbl_CustomGoOfflineActionsHelp3="Values:"
  9571. Lbl_CustomGoOfflineActionsHelp4="0 = Work offline. Server's files are available to local computer"
  9572. Lbl_CustomGoOfflineActionsHelp5="1 = Never go offline. Server's files are unavailable to local computer"
  9573. Lbl_CustomGoOfflineActionsList="Customize actions: "
  9574. Lbl_DefCacheSizeHelp1="Value entered is [ percent disk used * 10,000 ]."
  9575. Lbl_DefCacheSizeHelp2="For example, to indicate 12.53%, enter 1253."
  9576. Lbl_DefCacheSizeSpin="Default cache size: "
  9577. Lbl_Disabled="Disabled"
  9578. Lbl_Enabled="Enabled"
  9579. Lbl_EnabledHelp1="When enabled, files from auto-cache shared folders are cached on"
  9580. Lbl_EnabledHelp2="the local computer. Users can also select specific folders and"
  9581. Lbl_EnabledHelp3="files to always be available when working offline."
  9582. Lbl_EnabledOptionsCombo="Select one: "
  9583. Lbl_EventLoggingLevelHelp1="0 = Cache data corrupted"
  9584. Lbl_EventLoggingLevelHelp2="1 = Log 'server offline'"
  9585. Lbl_EventLoggingLevelHelp3="2 = Level 1 + log 'net stopped' and 'net started'"
  9586. Lbl_EventLoggingLevelHelp4="3 = Level 2 + log 'server available for reconnection'"
  9587. Lbl_EventLoggingLevelSpin="Enter [0-3]: "
  9588. Lbl_ExtExclusionListEdit="Extensions: "
  9589. Lbl_ExtExclusionListHelp1="Files may be excluded from caching on auto-cache shared folders based"
  9590. Lbl_ExtExclusionListHelp2="on their extension. Enter a list of extensions to be excluded. Extensions"
  9591. Lbl_ExtExclusionListHelp3="must be preceded by an asterisk and period. "e.g. *.dbf;*.ndx;*.lnk"
  9592. Lbl_Fail="Never go offline"
  9593. Lbl_FullSync="Full"
  9594. Lbl_GoOfflineActionCombo="Action: "
  9595. Lbl_GoOfflineActionHelp1="Specify how the system is to respond when a network server"
  9596. Lbl_GoOfflineActionHelp2="becomes unavailable."
  9597. Lbl_GoOfflineActionHelp3="Never go offline = Server's files are unavailable to local computer"
  9598. Lbl_GoOfflineActionHelp4="Work offline = Server's files are available to local computer"
  9599. Lbl_NoConfigCacheHelp1="Prevents users from changing any cache configuration settings."
  9600. Lbl_NoPinFilesHelp1="Click on Show and enter a UNC path for each file or folder"
  9601. Lbl_NoPinFilesList="Files and Folders: "
  9602. Lbl_PurgeOnlyAutoCachedFiles="Delete only the temporary offline files."
  9603. Lbl_PurgeAtLogoffHelp1="Causes the local copy of any offline file accessed by the user"
  9604. Lbl_PurgeAtLogoffHelp2="to be deleted when the user logs off of the computer."
  9605. Lbl_QuickSync="Quick"
  9606. Lbl_ReminderFreqHelp1="Number of minutes between reminder balloons"
  9607. Lbl_ReminderFreqSpin="Minutes: "
  9608. Lbl_ReminderInitTimeoutHelp1="Sets the lifetime of the initial notification balloon displayed"
  9609. Lbl_ReminderInitTimeoutHelp2="when an Offline Files event occurs."
  9610. Lbl_ReminderInitTimeoutSpin="Seconds: "
  9611. Lbl_ReminderTimeoutHelp1="Sets the lifetime of the balloon displayed periodically reminding"
  9612. Lbl_ReminderTimeoutHelp2="users of the current condition of Offline Files."
  9613. Lbl_ReminderTimeoutSpin="Seconds: "
  9614. Lbl_SlowLinkSpeed_Help1="Value entered is [ bps / 100 ] --> Example: 128,000bps, enter 1280"
  9615. Lbl_SlowLinkSpeedSpin="Value: "
  9616. Lbl_WorkOffline="Work offline"
  9617. LimitSize_Help="Sets the maximum size of each user profile and determines the system's response when a user profile reaches the maximum size.\n\nIf you disable this setting or do not configure it, the system does not limit the size of user profiles.\n\nIf you enable this setting, you can do the following:\n\n--  Set a maximum permitted user profile size;\n\n--  Determine whether the registry files are included in the calculation of the profile size;\n\n--  Determine whether users are notified when the profile exceeds the permitted maximum size;\n\n--  Specify a customized message notifying users of the oversized profile;\n\n--  Determine how often the customized message is displayed.\n\nNote: This setting affects both local and roaming profiles."
  9618. LimitSize="Limit profile size"
  9619. LinkResolveIgnoreLinkInfo_Help="Determines whether Windows traces shortcuts back to their sources when it cannot find the target on the user's system.\n\nShortcut files typically include an absolute path to the original target file as well as the relative path to the current target file. When the system cannot find the file in the current target path, then, by default, it searches for the target in the original path. If the shortcut has been copied to a different computer, the original path might lead to a network computer, including external resources, such as an Internet server.\n\nIf you enable this setting, Windows only searches the current target path. It does not search for the original path even when it cannot find the target file in the current target path."
  9620. LinkResolveIgnoreLinkInfo="Do not track Shell shortcuts during roaming"
  9621. LoadBalance="Load balancing"
  9622. LocalProfile="Only allow local user profiles"
  9623. LocalProfile_Help="This setting determines if roaming user profiles are available on a particular computer. By default, when roaming profile users log on to a computer, their roaming profile is copied down to the local computer. If they have already logged on to this computer in the past, the roaming profile is merged with the local profile. Similarly, when the user logs off this computer, the local copy of their profile, including any changes they have made, is merged with the server copy of their profile.\n\nUsing the setting, you can prevent users configured to use roaming profiles from receiving their profile on a specific computer.\n\nIf you enable this setting, the following occurs on the affected computer: At first logon, the user receives a new local  profile, rather than the roaming profile. At logoff, changes are saved to the local profile. All subsequent logons use the local profile. \n\nIf you disable this setting or do not configure it, the default behavior occurs, as indicated above.\n\nIf you enable both the "Prevent Roaming Profile changes from propagating to the server" setting and the "Only allow local user profiles" setting, roaming profiles are disabled.\n\nNote: This setting only affects roaming profile users."
  9624. LockTaskbar="Lock the Taskbar"
  9625. LockTaskbar_Help="This setting effects the taskbar, which is used to switch between running applications.\n\nThe taskbar includes the Start button, list of currently running tasks, and the notification area. By default, the taskbar is located at the bottom of the screen, but it can be dragged to any side of the screen. When it is locked, it cannot be moved or resized.\n\nIf you enable this setting, it prevents the user from moving or resizing the taskbar. While the taskbar is locked, auto-hide and other taskbar options are still available in Taskbar properties.\n\nIf you disable this setting or do not configure it, the user can configure the taskbar position.\n\nNote: Enabling this setting also locks the quicklaunch bar and any other toolbars that the user has on their taskbar. The toolbar's position is locked, and the user cannot show and hide various toolbars using the taskbar context menu."
  9626. Logon="Logon"
  9627. LogonType="Always use classic logon"
  9628. LogonType_Help="This setting forces the user to log on to the computer using the classic logon screen. By default, a workgroup is set to use the simple logon screen. This setting only works when the computer is not on a domain."
  9629. Readonlyuserprofile="Prevent Roaming Profile changes from propagating to the server"
  9630. Readonlyuserprofile_Help="This setting determines if the changes a user makes to their roaming profile are merged with the server copy of their profile.\n\nBy default, when a roaming profile user logs on to a computer, their roaming profile is copied down to the local computer. If they have already logged on to this computer in the past, the roaming profile is merged with the local profile. Similiarly, when the user logs off this computer, the local copy of their profile, including any changes they have made, is merged with the server copy of their profile.\n\nUsing the setting, you can prevent changes made to a roaming profile on a particular computer from being persisted.\n\nIf you enable this setting, the following occurs on the affected computer: At login, the user receives their roaming profile. But, any changes a user makes to their profile will not be merged to their roaming profile when they log off.\n\nIf this setting is disabled or not configured, the default behavior occurs, as indicated above.\n\nNote: This setting only affects roaming profile users."
  9631. MaxGPOScriptWait="Seconds:"
  9632. MaxGPOScriptWaitPolicy_Help="Determines how long the system waits for scripts applied by Group Policy to run.\n\nThis setting limits the total time allowed for all logon, startup, and shutdown scripts applied by Group Policy to finish running. If the scripts have not finished running when the specified time expires, the system stops script processing and records an error event.\n\nBy default, the system lets the combined set of scripts run for up to 600 seconds (10 minutes), but you can use this setting to adjust this interval.\n\nTo use this setting, in the Seconds box, type a number from 1 to 32,000 for the number of seconds you want the system to wait for the set of scripts to finish. To direct the system to wait until the scripts have finished, no matter how long they take, type 0.\n\nThis interval is particularly important when other system tasks must wait while the scripts complete. By default, each startup script must complete before the next one runs. Also, you can use the "Run logon scripts synchronously" setting to direct the system to wait for the logon scripts to complete before loading the desktop.\n\nAn excessively long interval can delay the system and inconvenience users. However, if the interval is too short, prerequisite tasks might not be done, and the system can appear to be ready prematurely."
  9633. MaxGPOScriptWaitPolicy="Maximum wait time for Group Policy scripts"
  9634. MaxRecentDocs_Help="Determines how many shortcuts the system can display in the Documents menu on the Start menu.\n\nThe Documents menu contains shortcuts to the nonprogram files the user has most recently opened. By default, the system displays shortcuts to the 10 most recently opened documents."
  9635. MaxRecentDocs="Maximum number of recent documents"
  9636. MemCheckBoxInRunDlg_Help="Lets users run a 16-bit program in a dedicated (not shared) Virtual DOS Machine (VDM) process.\n\nAll DOS and 16-bit programs run on Windows 2000 Professional and Windows XP Professional in the Windows Virtual DOS Machine program. VDM simulates a 16-bit environment, complete with the DLLs required by 16-bit programs. By default, all 16-bit programs run as threads in a single, shared VDM process. As such, they share the memory space allocated to the VDM process and cannot run simultaneously.\n\nEnabling this setting adds a check box to the Run dialog box, giving users the option of running a 16-bit program in its own dedicated NTVDM process. The additional check box is enabled only when a user enters a 16-bit program in the Run dialog box."
  9637. MemCheckBoxInRunDlg="Add "Run in Separate Memory Space" check box to Run dialog box"
  9638. MMC_ActiveDirDomTrusts="Active Directory Domains and Trusts"
  9639. MMC_ActiveDirSitesServices="Active Directory Sites and Services"
  9640. MMC_ActiveDirUsersComp="Active Directory Users and Computers"
  9641. MMC_ADMComputers="Administrative Templates (Computers)"
  9642. MMC_ADMUsers="Administrative Templates (Users)"
  9643. MMC_AppleTalkRouting="AppleTalk Routing"
  9644. MMC_AuthMan="Authorization Manager"
  9645. MMC_CertAuth="Certification Authority"
  9646. MMC_CertAuthPolSet="Certification Authority Policy Settings"
  9647. MMC_Certs="Certificates"
  9648. MMC_WirelessMon="Wireless Monitor"
  9649. MMC_CertsTemplate="Certificate Templates"
  9650. MMC_ComponentServices="Component Services"
  9651. MMC_ComputerManagement="Computer Management"
  9652. MMC_ConnectionSharingNAT="Connection Sharing (NAT)"
  9653. MMC_DCOMCFG="DCOM Configuration Extension"
  9654. MMC_DeviceManager="Device Manager"
  9655. MMC_DFS="Distributed File System"
  9656. MMC_DHCPRelayMgmt="DHCP Relay Management"
  9657. MMC_DiskDefrag="Disk Defragmenter"
  9658. MMC_DiskMgmt="Disk Management"
  9659. MMC_EventViewer="Event Viewer"
  9660. MMC_ExtensionSnapins="Extension snap-ins"
  9661. MMC_FAXService="FAX Service"
  9662. MMC_FolderRedirection="Folder Redirection"
  9663. MMC_GroupPolicy="Group Policy"
  9664. MMC_GroupPolicyManagementSnapIn="Group Policy Management"
  9665. MMC_GroupPolicySnapIn="Group Policy Object Editor"
  9666. MMC_GroupPolicyTab="Group Policy tab for Active Directory Tools"
  9667. MMC_GroupPolicyTab_Explain="Permits or prohibits use of the Group Policy tab in property sheets for the Active Directory Users and Computers and Active Directory Sites and Services snap-ins.\n\nIf you enable this setting, the Group Policy tab is displayed in the property sheet for a site, domain, or organizational unit diplayed by the Active Directory Users and Computers and Active Directory Sites and Services snap-ins. If you disable the setting, the Group Policy tab is not displayed in those snap-ins.\n\nIf this setting is not configured, the setting of the "Restrict users to the explicitly permitted list of snap-ins" setting determines whether this tab is displayed.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is enabled, users will not have access to the Group Policy tab.\n\n    To explicitly permit use of the Group Policy tab, enable this setting. If this setting is not configured (or disabled), the Group Policy tab is inaccessible.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is disabled or not configured, users will have access to the Group Policy tab.\n\n    To explicitly prohibit use of the Group Policy tab, disable this setting. If this setting is not configured (or enabled), the Group Policy tab is accessible.\n\nWhen the Group Policy tab is inaccessible, it does not appear in the site, domain, or organizational unit property sheets."
  9668. MMC_GroupPolicy_RSoPSnapin="Resultant Set of Policy snap-in extensions"
  9669. MMC_GroupPolicy_GPSnapin="Group Policy snap-in extensions"
  9670. MMC_IAS="Internet Authentication Service (IAS)"
  9671. MMC_IASLogging="IAS Logging"
  9672. MMC_IEMaintenance="Internet Explorer Maintenance"
  9673. MMC_IGMPRouting="IGMP Routing"
  9674. MMC_IIS="Internet Information Services"
  9675. MMC_IndexingService="Indexing Service"
  9676. MMC_Net_Framework=".Net Framework Configuration"
  9677. MMC_IPRouting="IP Routing"
  9678. MMC_IPSecurity="IP Security"
  9679. MMC_IPXRIPRouting="IPX RIP Routing"
  9680. MMC_IPXRouting="IPX Routing"
  9681. MMC_IPXSAPRouting="IPX SAP Routing"
  9682. MMC_LocalUsersGroups="Local Users and Groups"
  9683. MMC_LogicalMappedDrives="Logical and Mapped Drives"
  9684. MMC_OSPFRouting="OSPF Routing"
  9685. MMC_PerfLogsAlerts="Performance Logs and Alerts"
  9686. MMC_PublicKey="Public Key Policies"
  9687. MMC_QoSAdmission="QoS Admission Control"
  9688. MMC_RRA="Routing and Remote Access"
  9689. MMC_RAS_DialinUser="RAS Dialin - User Node"
  9690. MMC_RemoteAccess="Remote Access"
  9691. MMC_RemStore="Removable Storage"
  9692. MMC_Restrict_Author="Restrict the user from entering author mode"
  9693. MMC_restrict_Author_Explain="Prevents users from entering author mode.\n\nThis setting prevents users from opening the Microsoft Management Console (MMC) in author mode, explicitly opening console files in author mode, and opening any console files that open in author mode by default.\n\nAs a result, users cannot create console files or add or remove snap-ins. Also, because they cannot open author-mode console files, they cannot use the tools that the files contain.\n\nThis setting permits users to open MMC user-mode console files, such as those on the Administrative Tools menu in Windows 2000 Server family or Windows Server 2003 family. However, users cannot open a blank MMC console window on the Start menu. (To open the MMC, click Start, click Run, and type mmc.) Users also cannot open a blank MMC console window from a command prompt.\n\nIf you disable this setting or do not configure it, users can enter author mode and open author-mode console files."
  9694. MMC_Restrict_Explain="Permits or prohibits use of this snap-in.\n\nIf you enable this setting, the snap-in is permitted. If you disable the setting, the snap-in is prohibited.\n\nIf this setting is not configured, the setting of the "Restrict users to the explicitly permitted list of snap-ins" setting determines whether this snap-in is permitted or prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is enabled, users cannot use any snap-in except those explicitly permitted.\n\n    To explicitly permit use of this snap-in, enable this setting. If this setting is not configured (or disabled), this snap-in is prohibited.\n\n--  If "Restrict users to the explicitly permitted list of snap-ins" is disabled or not configured, users can use any snap-in except those explicitly prohibited.\n\n    To explicitly prohibit use of this snap-in, disable this setting. If this setting is not configured (or enabled), the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear."
  9695. MMC_Restrict_To_Permitted_Snapins="Restrict users to the explicitly permitted list of snap-ins"
  9696. MMC_restrict_To_Permitted_Snapins_Explain="Lets you selectively permit or prohibit the use of Microsoft Management Console (MMC) snap-ins.\n\n--  If you enable this setting, all snap-ins are prohibited, except those that you explicitly permit. Use this setting if you plan to prohibit use of most snap-ins.\n\n    To explicitly permit a snap-in, open the Restricted/Permitted snap-ins setting folder and enable the settings representing the snap-in you want to permit. If a snap-in setting in the folder is disabled or not configured, the snap-in is prohibited.\n\n--  If you disable this setting or do not configure it, all snap-ins are permitted, except those that you explicitly prohibit. Use this setting if you plan to permit use of most snap-ins.\n\n    To explicitly prohibit a snap-in, open the Restricted/Permitted snap-ins setting folder and then disable the settings representing the snap-ins you want to prohibit. If a snap-in setting in the folder is enabled or not configured, the snap-in is permitted.\n\nWhen a snap-in is prohibited, it does not appear in the Add/Remove Snap-in window in MMC. Also, when a user opens a console file that includes a prohibited snap-in, the console file opens, but the prohibited snap-in does not appear.\n\nNote: If you enable this setting, and you do not enable any settings in the Restricted/Permitted snap-ins folder, users cannot use any MMC snap-ins."
  9697. MMC_RESTRICT="Restricted/Permitted snap-ins"
  9698. MMC_ResultantSetOfPolicySnapIn="Resultant Set of Policy snap-in"
  9699. MMC_RIPRouting="RIP Routing"
  9700. MMC_RIS="Remote Installation Services"
  9701. MMC_Routing="Routing"
  9702. MMC_RSM="Removable Storage Management"
  9703. MMC_SCA="Security Configuration and Analysis"
  9704. MMC_ScriptsMachine="Scripts (Startup/Shutdown)"
  9705. MMC_ScriptsUser="Scripts (Logon/Logoff)"
  9706. MMC_Scripts="Scripts (Startup/Shutdown/Logon/Logoff)"
  9707. MMC_SecuritySettings="Security Settings"
  9708. MMC_SecurityTemplates="Security Templates"
  9709. MMC_SendConsoleMessage="Send Console Message"
  9710. MMC_ServiceDependencies="Service Dependencies"
  9711. MMC_Services="Services"
  9712. MMC_SharedFolders="Shared Folders"
  9713. MMC_SharedFolders_Ext="Shared Folders Ext"
  9714. MMC_SMTPProtocol="SMTP Protocol"
  9715. MMC_SNMP="SNMP"
  9716. MMC_SoftwareInstallationUsers="Software Installation (Users)"
  9717. MMC_SoftwareInstalationComputers="Software Installation (Computers)"
  9718. MMC_SysInfo="System Information"
  9719. MMC_SysProp="System Properties"
  9720. MMC_Telephony="Telephony"
  9721. MMC_TerminalServices="Terminal Services Configuration"
  9722. MMC_WirelessNetworkPolicy="Wireless Network (IEEE 802.11) Policies"
  9723. MMC_WMI="WMI Control"
  9724. MMC="Microsoft Management Console"
  9725. MMC_RemoteDesktop="Remote Desktops"
  9726. MMC_ExtendView="Extended View (Web View)"
  9727. MMC_LinkToWeb="Link to Web Address"
  9728. MMC_IpSecManage="IP Security Policy Management"
  9729. MMC_IpSecMonitor="IP Security Monitor"
  9730. MMC_FrontPageExt="FrontPage Server Extensions"
  9731. MMC_ActiveXControl="ActiveX Control"
  9732. MMC_ADSI="ADSI Edit"
  9733. MSI="Windows Installer"
  9734. MSILogging_Help="Specifies the types of events that Windows Installer records in its transaction log for each installation. The log, Msi.log, appears in the Temp directory of the system volume.\n\nWhen you enable this setting, you can specify the types of events you want Windows Installer to record. To indicate that an event type is recorded, type the letter representing the event type. You can type the letters in any order and list as many or as few event types as you want.\n\nTo disable logging, delete all of the letters from the box.\n\nIf you disable this setting or do not configure it, Windows Installer logs the default event types, represented by the letters "iweap.""
  9735. MSILogging="Logging"
  9736. MSILoggingT1="To activate logging, enter one or more of the modes below."
  9737. MSILoggingT10="m - Out-of-memory"
  9738. MSILoggingT11="p - Terminal properties"
  9739. MSILoggingT12="v - Verbose output"
  9740. MSILoggingT13="o - Out of disk space messages"
  9741. MSILoggingT2=""iwearucmpvo" will log everything but adds time to the install."
  9742. MSILoggingT3="i - Status messages"
  9743. MSILoggingT4="w - Non-fatal warnings"
  9744. MSILoggingT5="e - All error messages"
  9745. MSILoggingT6="a - Start up of actions"
  9746. MSILoggingT7="r - Action-specific records"
  9747. MSILoggingT8="u - User requests"
  9748. MSILoggingT9="c - Initial UI parameters"
  9749. MSI_AllowUser="Allow User Installs"
  9750. MSI_DisableUserInstalls="Prohibit User Installs"
  9751. MSI_DisableUserInstalls_Help="This setting allows you to configure user installs. To configure this setting, set it to enabled and use the drop-down list to select the behavior you want.\n\nIf this setting is not configured, or if the setting is enabled and "Allow User Installs" is selected, the installer allows and makes use of products that are installed per user, and products that are installed per computer. If the installer finds a per-user install of an application, this hides a per-computer installation of that same product.\n\nIf this setting is enabled and "Hide User Installs" is selected, the installer ignores per-user applications. This causes a per-computer installed application to be visible to users, even if those users have a per-user install of the product registered in their user profile.\n\nIf this setting is enabled and "Prohibit User Installs" is selected, the installer prevents applications from being installed per user, and it ignores previously installed per-user applications. An attempt to perform a per-user installation causes the installer to display an error message and stop the installation. This setting is useful in environments where the administrator only wants per-computer applications installed, such as on a kiosk or a Windows Terminal Server."
  9752. MSI_DisAllowUser="Prohibit User Installs"
  9753. MSI_DisableSRCheckPoints="Turn off creation of System Restore Checkpoints"
  9754. MSI_DisableSRCheckPoints_Help="System Restore enables users, in the event of a problem, to restore their computers to a previous state without losing personal data files. By default, the Windows Installer automatically creates a System Restore checkpoint each time an application is installed, so that users can restore their computer to the state it was in before installing the application.\n\nIf you enable this setting, the windows Installer does not generate System Restore checkpoints when installing applications.\n\nIf you disable this setting or do not configure it, the Windows Installer automatically creates a System Restore checkpoint each time an application is installed.\n\nNote: This setting only applies to Windows XP Professional."
  9755. MSI_DisableUserInstallsBox="User Install Behavior:"
  9756. MSI_HideUser="Hide User Installs"
  9757. NC_RenameConnection_Help="Determines whether users can rename LAN or all user remote access connections.\n\nIf you enable this setting, the Rename option is enabled for all users. Users can rename connections by clicking the icon representing a connection or by using the File menu.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Rename option for LAN and all user remote access connections is disabled for all users (including Administrators and Network Configuration Operators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf this setting is not configured, only Administrators and Network Configuration Operators have the right to rename LAN or all user remote access connections.\n\nNote: When configured, this setting always takes precedence over the "Ability to rename LAN connections" and "Ability to rename all user remote access connections" settings.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to rename remote access connections."
  9758. NC_RenameConnection="Ability to rename LAN connections or remote access connections available to all users"
  9759. NC_LanChangeProperties_Help="Determines whether Administrators and Network Configuration Operators can change the properties of components used by a LAN connection.\n\nThis setting determines whether the Properties button for components of a LAN connection is enabled.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties button is disabled for Administrators. Network Configuration Operators are prohibited from accessing connection components, regardless of the "Enable Network Connections settings for Administrators" setting.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting does not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Properties button is enabled for administrators and Network Configuration Operators.\n\nThe Local Area Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: When the "Prohibit access to properties of a LAN connection" setting is enabled, users are blocked from accessing the Properties button for LAN connection components.\n\nNote: Network Configuration Operators only have permission to change TCP/IP properties. Properties for all other components are unavailable to these users.\n\nNote: Nonadministrators are already prohibited from accessing properties of components for a LAN connection, regardless of this setting."
  9760. NC_LanChangeProperties="Prohibit access to properties of components of a LAN connection"
  9761. NC_RasChangeProperties_Help="Determines whether users can view and change the properties of components used by a private or all-user remote access connection.\n\nThis setting determines whether the Properties button for components used by a private or all-user remote access connection is enabled.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties button is disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting does not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Properties button is enabled for all users.\n\nThe Networking tab of the Remote Access Connection Properties dialog box includes a list of the network components that the connection uses. To view or change the properties of a component, click the name of the component, and then click the Properties button beneath the component list.\n\nNote: Not all network components have configurable properties. For components that are not configurable, the Properties button is always disabled.\n\nNote: When the "Ability to change properties of an all user remote access connection" or "Prohibit changing properties of a private remote access connection" settings are set to deny access to the Remote Access Connection Properties dialog box, the Properties button for remote access connection components is blocked.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9762. NC_RasChangeProperties="Prohibit access to properties of components of a remote access connection"
  9763. NC_ShowSharedAccessUI_Help="Determines whether administrators can enable and configure the Internet Connection Sharing (ICS) feature of an Internet connection and if the ICS service can run on the computer.\n\nImportant: This setting is location aware. It only applies when a computer is connected to the same DNS domain network it was connected to when the setting was refreshed on that computer. If a computer is connected to a DNS domain network other than the one it was connected to when the setting was refreshed, this setting does not apply.\n\nICS lets administrators configure their system as an Internet gateway for a small network and provides network services, such as name resolution and addressing through DHCP, to the local private network.\n\nIf you enable this setting, ICS cannot be enabled or configured by administrators, and the ICS service cannot run on the computer. The Advanced tab in the Properties dialog box for a LAN or remote access connection is removed. The Internet Connection Sharing page is removed from the New Connection Wizard. The Network Setup Wizard is disabled.\n\nIf you disable this setting or do not configure it and have two or more connections, administrators can enable ICS. The Advanced tab in the properties dialog box for a LAN or remote access connection is available. In addition, the user is presented with the option to enable Internet Connection Sharing in the Network Setup Wizard and Make New Connection Wizard. (The Network Setup Wizard is available only in Windows XP Professional.)\n\nBy default, ICS is disabled when you create a remote access connection, but administrators can use the Advanced tab to enable it. When running the New Connection Wizard or Network Setup Wizard, administrators can choose to enable ICS.\n\nNote: Internet Connection Sharing is only available when two or more network connections are present.\n\nNote: When the "Prohibit access to properties of a LAN connection," "Ability to change properties of an all user remote access connection," or "Prohibit changing properties of a private remote access connection" settings are set to deny access to the Connection Properties dialog box, the Advanced tab for the connection is blocked.\n\nNote: Nonadministrators are already prohibited from configuring Internet Connection Sharing, regardless of this setting."
  9764. NC_ShowSharedAccessUI="Prohibit use of Internet Connection Sharing on your DNS domain network"
  9765. NC_PersonalFirewallConfig_Help="Prohibits use of Internet Connection Firewall on your DNS domain network.\n\nDetermines whether users can enable the Internet Connection Firewall feature on a connection, and if the Internet Connection Firewall service can run on a computer.\n\nImportant: This setting is location aware. It only applies when a computer is connected to the same DNS domain network it was connected to when the setting was refreshed on that computer. If a computer is connected to a DNS domain network other than the one it was connected to when the setting was refreshed, this setting does not apply.\n\nThe Internet Connection Firewall is a stateful packet filter for home and small office users to protect them from Internet network security threats.\n\nIf you enable this setting, Internet Connection Firewall cannot be enabled or configured by users (including administrators), and the Internet Connection Firewall service cannot run on the computer. The option to enable the Internet Connection Firewall through the Advanced tab is removed. In addition, the Internet Connection Firewall is not enabled for remote access connections created through the Make New Connection Wizard. The Network Setup Wizard is disabled.\n\nIf you disable this setting or do not configure it, the Internet Connection Firewall is disabled when a LAN Connection or VPN connection is created, but users can use the Advanced tab in the connection properties to enable it. The Internet Connection Firewall is enabled by default on the connection for which Internet Connection Sharing is enabled. In addition, remote access connections created through the Make New Connection Wizard have the Internet Connection Firewall enabled."
  9766. NC_PersonalFirewallConfig="Prohibit use of Internet Connection Firewall on your DNS domain network"
  9767. NC_AllowNetBridge_NLA="Prohibit installation and configuration of Network Bridge on your DNS domain network"
  9768. NC_AllowNetBridge_NLA_Help="Determines whether a user can install and configure the Network Bridge.\n\nImportant: This settings is location aware. It only applies when a computer is connected to the same DNS domain network it was connected to when the setting was refreshed on that computer. If a computer is connected to a DNS domain network other than the one it was connected to when the setting was refreshed, this setting does not apply.\n\nThe Network Bridge allows users to create a layer 2 MAC bridge, enabling them to connect two or more network segements together. This connection appears in the Network Connections folder.\n\nIf you disable this setting or do not configure it, the user will be able to create and modify the configuration of a Network Bridge. Enabling this setting does not remove an existing Network Bridge from the user's computer."
  9769. NC_AllowAdvancedTCPIPConfig_Help="Determines whether users can configure advanced TCP/IP settings.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Advanced button on the Internet Protocol (TCP/IP) Properties dialog box is disabled for all users (including administrators). As a result, users cannot open the Advanced TCP/IP Settings Properties page and modify IP settings, such as DNS and WINS server information.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting, the Advanced button is enabled, and all users can open the Advanced TCP/IP Setting dialog box.\n\nNote: This setting is superseded by settings that prohibit access to properties of connections or connection components. When these policies are set to deny access to the connection properties dialog box or Properties button for connection components, users cannot gain access to the Advanced button for TCP/IP configuration.\n\nNote: Nonadministrators (excluding Network Configuration Operators) do not have permission to access TCP/IP advanced configuration for a LAN connection, regardless of this setting.\n\nTip: To open the Advanced TCP/IP Setting dialog box, in the Network Connections folder, right-click a connection icon, and click Properties. For remote access connections, click the Networking tab.  In the "Components checked are used by this connection" box, click Internet Protocol (TCP/IP), click the Properties button, and then click the Advanced button.\n\nNote: Changing this setting from Enabled to Not Configured does not enable the Advanced button until the user logs off."
  9770. NC_AllowAdvancedTCPIPConfig="Prohibit TCP/IP advanced configuration"
  9771. NC_AdvancedSettings_Help="Determines whether the Advanced Settings item on the Advanced menu in Network Connections is enabled for administrators.\n\nThe Advanced Settings item lets users view and change bindings and view and change the order in which the computer accesses connections, network providers, and print providers.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Advanced Settings item is disabled for administrators.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Advanced Settings item is enabled for administrators.\n\nNote: Nonadministrators are already prohibited from accessing the Advanced Settings dialog box, regardless of this setting."
  9772. NC_AdvancedSettings="Prohibit access to the Advanced Settings item on the Advanced menu"
  9773. NC_AddRemoveComponents_Help="Determines whether administrators can add and remove network components for a LAN or remote access connection. This setting has no effect on nonadministrators.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Install and Uninstall buttons for components of connections are disabled, and administrators are not permitted to access network components in the Windows Components Wizard.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Install and Uninstall buttons for components of connections in the Network Connections folder are enabled. Also, administrators can gain access to network components in the Windows Components Wizard.\n\nThe Install button opens the dialog boxes used to add network components. Clicking the Uninstall button removes the selected component in the components list (above the button).\n\nThe Install and Uninstall buttons appear in the properties dialog box for connections. These buttons are on the General tab for LAN connections and on the Networking tab for remote access connections.\n\nNote: When the "Prohibit access to properties of a LAN connection", "Ability to change properties of an all user remote access connection", or "Prohibit changing properties of a private remote access connection" settings are set to deny access to the connection properties dialog box, the Install and Uninstall buttons for connections are blocked.\n\nNote: Nonadministrators are already prohibited from adding and removing connection components, regardless of this setting."
  9774. NC_AddRemoveComponents="Prohibit adding and removing components for a LAN or remote access connection"
  9775. NC_LanProperties_Help="Determines whether users can change the properties of a LAN connection.\n\nThis setting determines whether the Properties menu item is enabled, and thus, whether the Local Area Connection Properties dialog box is available to users.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties menu items are disabled for all users, and users cannot open the Local Area Connection Properties dialog box.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, a Properties menu item appears when users right-click the icon representing a LAN connection. Also, when users select the connection, Properties is enabled on the File menu.\n\nNote: This setting takes precedence over settings that manipulate the availability of features inside the Local Area Connection Properties dialog box. If this setting is enabled, nothing within the properties dialog box for a LAN connection is available to users.\n\nNote: Nonadministrators have the right to view the properties dialog box for a connection but not to make changes, regardless of this setting."
  9776. NC_LanProperties="Prohibit access to properties of a LAN connection"
  9777. NC_ChangeBindState_Help="Determines whether administrators can enable and disable the components used by LAN connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the check boxes for enabling and disabling components are disabled. As a result, administrators cannot enable or disable the components that a connection uses.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Properties dialog box for a connection includes a check box beside the name of each component that the connection uses. Selecting the check box enables the component, and clearing the check box disables the component.\n\nNote: When the "Prohibit access to properties of a LAN connection" setting is enabled, users are blocked from accessing the check boxes for enabling and disabling the components of a LAN connection.\n\nNote: Nonadministrators are already prohibited from enabling or disabling components for a LAN connection, regardless of this setting."
  9778. NC_ChangeBindState="Prohibit Enabling/Disabling components of a LAN connection"
  9779. NC_RasAllUserProperties_Help="Determines whether a user can view and change the properties of remote access connections that are available to all users of the computer.\n\nTo create an all-user remote access connection, on the Connection Availability page in the New Connection Wizard, click the "For all users" option.\n\nThis setting determines whether the Properties menu item is enabled, and thus, whether the Remote Access Connection Properties dialog box is available to users.\n\nIf you enable this setting, a Properties menu item appears when any user right-clicks the icon for a remote access connection. Also, when any user selects the connection, Properties appears on the File menu.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties menu items are disabled, and users (including administrators) cannot open the remote access connection properties dialog box.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can change properties of all-user remote access connections.\n\nNote: This setting takes precedence over settings that manipulate the availability of features inside the Remote Access Connection Properties dialog box. If this setting is disabled, nothing within the properties dialog box for a remote access connection will be available to users.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9780. NC_RasAllUserProperties="Ability to change properties of an all user remote access connection"
  9781. NC_RasMyProperties_Help="Determines whether users can view and change the properties of their private remote access connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the New Connection Wizard, click the "Only for myself" option.\n\nThis setting determines whether the Properties menu item is enabled, and thus, whether the Remote Access Connection Properties dialog box for a private connection is available to users.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Properties menu items are disabled, and no users (including administrators) can open the Remote Access Connection Properties dialog box for a private connection.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, a Properties menu item appears when any user right-clicks the icon representing a private remote access connection. Also, when any user selects the connection, Properties appears on the File menu.\n\nNote: This setting takes precedence over settings that manipulate the availability of features in the Remote Access Connection Properties dialog box. If this setting is enabled, nothing within the properties dialog box for a remote access connection will be available to users.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9782. NC_RasMyProperties="Prohibit changing properties of a private remote access connection"
  9783. NC_DeleteConnection_Help="Determines whether users can delete remote access connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), users (including administrators) cannot delete any remote access connections. This setting also disables the Delete option on the context menu for a remote access connection and on the File menu in the Network Connections folder.\n\nImportant:  If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, all users can delete their private remote access connections. Private connections are those that are available only to one user. (By default, only Administrators and Network Configuration Operators can delete connections available to all users, but you can change the default by using the "Ability to delete all user remote access connections" setting.)\n\nImportant: When enabled, this setting takes precedence over the "Ability to delete all user remote access connections" setting. Users cannot delete any remote access connections, and the "Ability to delete all user remote access connections" setting is ignored.\n\nNote: LAN connections are created and deleted automatically when a LAN adapter is installed or removed. You cannot use the Network Connections folder to create or delete a LAN connection.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9784. NC_DeleteConnection="Prohibit deletion of remote access connections"
  9785. NC_DeleteAllUserConnection_Help="Determines whether users can delete all user remote access connections.\n\nTo create an all-user remote access connection, on the Connection Availability page in the New Connection Wizard, click the "For all users" option.\n\nIf you enable this setting, all users can delete shared remote access connections. In addition, if your file system is NTFS, users need to have Write access to Documents and Settings\All Users\Application Data\Microsoft\Network\Connections\Pbk to delete a shared remote access connection.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), users (including administrators) cannot delete all-user remote access connections. (By default, users can still delete their private connections, but you can change the default by using the "Prohibit deletion of remote access connections" setting.)\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can delete all user remote access connections.\n\nImportant: When enabled, the "Prohibit deletion of remote access connections" setting takes precedence over this setting. Users (including administrators) cannot delete any remote access connections, and this setting is ignored.\n\nNote: LAN connections are created and deleted automatically by the system when a LAN adapter is installed or removed. You cannot use the Network Connections folder to create or delete a LAN connection.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9786. NC_DeleteAllUserConnection="Ability to delete all user remote access connections"
  9787. NC_RasConnect_Help="Determines whether users can connect and disconnect remote access connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), double-clicking the icon has no effect, and the Connect and Disconnect menu items are disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Connect and Disconnect options for remote access connections are available to all users. Users can connect or disconnect a remote access connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu."
  9788. NC_RasConnect="Prohibit connecting and disconnecting a remote access connection"
  9789. NC_LanConnect_Help="Determines whether users can enable/disable LAN connections.\n\nIf you enable this setting, the Enable and Disable options for LAN connections are available to users (including nonadministrators). Users can enable/disable a LAN connection by double-clicking the icon representing the connection, by right-clicking it, or by using the File menu.\n\nIf you disable this setting (and enable the "Enable Network Connections settings for Administrators" setting), double-clicking the icon has no effect, and the Enable and Disable menu items are disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can enable/disable LAN connections.\n\nNote: Administrators can still enable/disable LAN connections from Device Manager when this setting is disabled."
  9790. NC_LanConnect="Ability to Enable/Disable a LAN connection"
  9791. NC_NewConnectionWizard_Help="Determines whether users can use the New Connection Wizard, which creates new network connections.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Make New Connection icon does not appear in the Start Menu on in the Network Connections folder. As a result, users (including administrators) cannot start the New Connection Wizard.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Make New Connection icon appears in the Start menu and in the Network Connections folder for all users. Clicking the Make New Connection icon starts the New Connection Wizard.\n\nNote: Changing this setting from Enabled to Not Configured does not restore the Make New Connection icon until the user logs off or on. When other changes to this setting are applied, the icon does not appear or disappear in the Network Connections folder until the folder is refreshed.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9792. NC_NewConnectionWizard="Prohibit access to the New Connection Wizard"
  9793. NC_RenameLanConnection_Help="Determines whether nonadministrators can rename a LAN connection.\n\nIf you enable this setting, the Rename option is enabled for LAN connections. Nonadministrators can rename LAN connections by clicking an icon representing the connection or by using the File menu.\n\nIf you disable this setting, the Rename option is disabled for nonadministrators only.\n\nIf you do not configure this setting, only Administrators and Network Configuration Operators can rename LAN connections\n\nNote: This setting does not apply to Administrators.\n\nNote: When the "Ability to rename LAN connections or remote access connections available to all users" setting is configured (set to either enabled or disabled), this setting does not apply."
  9794. NC_RenameLanConnection="Ability to rename LAN connections"
  9795. NC_RenameAllUserRasConnection_Help="Determines whether nonadministrators can rename all-user remote access connections.\n\nTo create an all-user connection, on the Connection Availability page in the New Connection Wizard, click the "For all users" option.\n\nIf you enable this setting, the Rename option is enabled for all-user remote access connections. Any user can rename all-user connections by clicking an icon representing the connection or by using the File menu.\n\nIf you disable this setting, the Rename option is disabled for nonadministrators only.\n\nIf you do not configure the setting, only Administrators and Network Configuration Operators can rename all-user remote access connections.\n\nNote: This setting does not apply to Administrators\n\nNote: When the "Ability to rename LAN connections or remote access connections available to all users" setting is configured (set to either Enabled or Disabled), this setting does not apply.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9796. NC_RenameAllUserRasConnection="Ability to rename all user remote access connections"
  9797. NC_RenameMyRasConnection_Help="Determines whether users can rename their private remote access connections.\n\nPrivate connections are those that are available only to one user. To create a private connection, on the Connection Availability page in the New Connection Wizard, click the "Only for myself" option.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Rename option is disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Rename option is enabled for all users' private remote access connections. Users can rename their private connection by clicking an icon representing the connection or by using the File menu.\n\nNote: This setting does not prevent users from using other programs, such as Internet Explorer, to bypass this setting."
  9798. NC_RenameMyRasConnection="Prohibit renaming private remote access connections"
  9799. NC_DialupPrefs_Help="Determines whether the Remote Acccess Preferences item on the Advanced menu in Network Connections folder is enabled.\n\nThe Remote Access Preferences item lets users create and change connections before logon and configure automatic dialing and callback features.\n\nIf you enable this setting (and enable the "Enable Network Connections settings for Administrators" setting), the Remote Access Preferences item is disabled for all users (including administrators).\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the Remote Access Preferences item is enabled for all users."
  9800. NC_DialupPrefs="Prohibit access to the Remote Access Preferences item on the Advanced menu"
  9801. NC_Statistics_Help="Determines whether users can view the status for an active connection.\n\nConnection status is available from the connection status taskbar icon or from the Status dialog box. The Status dialog box displays information about the connection and its activity. It also provides buttons to disconnect and to configure the properties of the connection.\n\nIf you enable this setting, the connection status taskbar icon and Status dialog box are not available to users (including administrators). The Status option is disabled in the context menu for the connection and on the File menu in the Network Connections folder. Users cannot choose to show the connection icon in the taskbar from the Connection Properties dialog box.\n\nImportant: If the "Enable Network Connections settings for Administrators" is disabled or not configured, this setting will not apply to administrators on post-Windows 2000 computers.\n\nIf you disable this setting or do not configure it, the connection status taskbar icon and  Status dialog box are available to all users."
  9802. NC_Statistics="Prohibit viewing of status for an active connection"
  9803. NC_EnableAdminProhibits_Help="Determines whether settings that existed in Windows 2000 Server family will apply to Administrators.\n\nThe set of Network Connections group settings that existed in Windows 2000 Professional also exists in Windows XP Professional. In Windows 2000 Professional, all of these settings had the ability to prohibit the use of certain features from Administrators.\n\nBy default, Network Connections group settings in Windows XP Professional do not have the ability to prohibit the use of features from Administrators.\n\nIf you enable this setting, the Windows XP settings that existed in Windows 2000 Professional will have the ability to prohibit Administrators from using certain features. These settings are "Ability to rename LAN connections or remote access connections available to all users", "Prohibit access to properties of components of a LAN connection", "Prohibit access to properties of components of a remote access connection", "Ability to access TCP/IP advanced configuration", "Prohibit access to the Advanced Settings Item on the Advanced Menu", "Prohibit adding and removing components for a LAN or remote access connection", "Prohibit access to properties of a LAN connection", "Prohibit Enabling/Disabling components of a LAN connection", "Ability to change properties of an all user remote access connection", "Prohibit changing properties of a private remote access connection", "Prohibit deletion of remote access connections", "Ability to delete all user remote access connections", "Prohibit connecting and disconnecting a remote access connection", "Ability to Enable/Disable a LAN connection", "Prohibit access to the New Connection Wizard", "Prohibit renaming private remote access connections", "Prohibit access to the Remote Access Preferences item on the Advanced menu", "Prohibit viewing of status for an active connection". When this setting is enabled, settings that exist in both Windows 2000 Professional and Windows XP Professional behave the same for administrators.\n\nIf you disable this setting or do not configure it, Windows XP settings that existed in Windows 2000 will not apply to administrators.\n\nNote: This setting is intended to be used in a situation in which the Group Policy object that these settings are being applied to contains both Windows 2000 Professional and Windows XP Professional computers, and identical Network Connections policy behavior is required between all Windows 2000 Professional and Windows XP Professional computers."
  9804. NC_EnableAdminProhibits="Enable Windows 2000 Network Connections settings for Administrators"
  9805. NC_8021XCAName="IEEE 802.1x Certificate Authority for Machine Authentication"
  9806. NC_8021XCAName_Help="If you want to use IEEE 802.1x machine authentication, configure this setting.\n\nIf you enable this setting, it configures the Certificate Authority to be used on the client for authentication.\n\nTo allow successful authentication, enable this setting and indicate the thumbprint or hash for your Certificate Authority.\n\nIf you disable or do not configure this setting, the Certificate Authority for IEEE 802.1x machine authentication will not be configured on your client. This might cause machine authentication to fail.\n\nNote: The Certificate Authority that is configured by this setting only applies to machine authentication, and not to user authentication."
  9807. NC_8021xCertAuth="Certificate Authority Hash: "
  9808. Netlogon="Net Logon"
  9809. Netlogon_DC_Locator_DNS_Records="DC Locator DNS Records"
  9810. Netlogon_DebugFlag="Log File Debug Output Level"
  9811. Netlogon_DebugFlag_Help="Specifies the level of debug output for the Net Logon service.\n\nThe Net Logon service outputs debug information to the log file netlogon.log in the directory %windir%\debug. By default, no debug information is logged.\n\nIf you enable this setting and specify a non-zero value, debug information will be logged to the file.  Higher values result in more verbose logging; the value of 536936447 is commonly used as an optimal setting.\n\nIf you specify zero for this setting, the default behavior occurs as described above.\n\nIf you disable this setting or do not configure it, the default behavior occurs as described above."
  9812. Netlogon_DebugFlagLabel="Level:"
  9813. Netlogon_UseDynamicDns="Dynamic Registration of the DC Locator DNS Records"
  9814. Netlogon_UseDynamicDns_Help="Determines if Dynamic Registration of the domain controller (DC) locator DNS resource records is enabled. These DNS records are dynamically registered by the Net Logon service and are used by the Locator algorithm to locate the DC.\n\nIf you enable this setting, DCs to which this setting is applied dynamically register DC Locator DNS resource records through dynamic DNS update-enabled network connections.\n\nIf you disable this setting, DCs will not register DC Locator DNS resource records.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9815. Netlogon_DnsAvoidRegisterRecords="DC Locator DNS records not registered by the DCs"
  9816. Netlogon_DnsAvoidRegisterRecords_Help="Determines which Domain Controller (DC) Locator DNS records are not registered by the Netlogon service.\n\nTo enable this setting, select Enable and specify a list of space-delimited mnemonics (instructions) for the DC Locator DNS records that will not be registered by the DCs to which this setting is applied.\n\nSelect the mnemonics from the following list:\n\nMnemonic         Type  DNS Record\n\nLdapIpAddress    A     <DnsDomainName>\nLdap             SRV   _ldap._tcp.<DnsDomainName>\nLdapAtSite       SRV   _ldap._tcp.<SiteName>._sites.<DnsDomainName>\nPdc              SRV   _ldap._tcp.pdc._msdcs.<DnsDomainName>\nGc               SRV   _ldap._tcp.gc._msdcs.<DnsForestName>\nGcAtSite         SRV   _ldap._tcp.<SiteName>._sites.gc._msdcs.<DnsForestName>\nDcByGuid         SRV   _ldap._tcp.<DomainGuid>.domains._msdcs.<DnsForestName>\nGcIpAddress      A     _gc._msdcs.<DnsForestName>\nDsaCname         CNAME <DsaGuid>._msdcs.<DnsForestName>\nKdc              SRV   _kerberos._tcp.dc._msdcs.<DnsDomainName>\nKdcAtSite        SRV    _kerberos._tcp.dc._msdcs.<SiteName>._sites.<DnsDomainName>\nDc               SRV   _ldap._tcp.dc._msdcs.<DnsDomainName>\nDcAtSite         SRV   _ldap._tcp.<SiteName>._sites.dc._msdcs.<DnsDomainName>\nRfc1510Kdc       SRV   _kerberos._tcp.<DnsDomainName>\nRfc1510KdcAtSite SRV   _kerberos._tcp.<SiteName>._sites.<DnsDomainName>\nGenericGc        SRV   _gc._tcp.<DnsForestName>\nGenericGcAtSite  SRV   _gc._tcp.<SiteName>._sites.<DnsForestName>\nRfc1510UdpKdc    SRV   _kerberos._udp.<DnsDomainName>\nRfc1510Kpwd      SRV   _kpasswd._tcp.<DnsDomainName>\nRfc1510UdpKpwd   SRV   _kpasswd._udp.<DnsDomainName>\n\nIf this setting is disabled, DCs configured to perform dynamic registration of DC Locator DNS records register all DC locator DNS resource records.\n\nIf this setting is not applied to DCs, DCs use their local configuration."
  9817. Netlogon_DnsAvoidRegisterRecordsLabel="Mnemonics:"
  9818. Netlogon_DnsRefreshInterval="Refresh Interval of the DC Locator DNS Records"
  9819. Netlogon_DnsRefreshInterval_Help="Specifies the Refresh Interval of the domain controller (DC) Locator DNS resource records for DCs to which this setting is applied. These DNS records are dynamically registered by the Net Logon service and are used by the Locator algorithm to locate the DC. This setting may be applied only to DCs using dynamic update.\n\nDCs configured to perform dynamic registration of the DC Locator DNS resource records periodically reregister their records with DNS servers, even if their records’ data has not changed. If authoritative DNS servers are configured to perform scavenging of the stale records, this reregistration is required to instruct the DNS servers configured to automatically remove (scavenge) stale records that these records are current and should be preserved in the database.\n\nWarning: If the DNS resource records are registered in zones with scavenging enabled, the value of this setting should never be longer than the Refresh Interval configured for these zones. Setting the Refresh Interval of the DC Locator DNS records to longer than the Refresh Interval of the DNS zones may result in the undesired deletion of DNS resource records.\n\nTo specify the Refresh Interval of the DC records, click Enabled, and then enter a value larger than 1800. This value specifies the Refresh Interval of the DC records in seconds (for example, the value 3600 is 60 minutes).\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9820. Netlogon_DnsRefreshIntervalLabel="Seconds:"
  9821. Netlogon_LdapSrvWeight="Weight Set in the DC Locator DNS SRV Records"
  9822. Netlogon_LdapSrvWeight_Help="Specifies the Weight field in the SRV resource records registered by the domain controllers (DC) to which this setting is applied. These DNS records are dynamically registered by the Net Logon service, and they are used to locate the DC.\n\nThe Weight field in the SRV record can be used in addition to the Priority value to provide a load-balancing mechanism where multiple servers are specified in the SRV records Target field and are all set to the same priority. The probability with which the DNS client randomly selects the target host to be contacted is proportional to the Weight field value in the SRV record.\n\nTo specify the Weight in the DC Locator DNS SRV records, click Enabled, and then enter a value. The range of values is 0 to 65535.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9823. Netlogon_LdapSrvWeightLabel="Weight:"
  9824. Netlogon_LdapSrvPriority="Priority Set in the DC Locator DNS SRV Records"
  9825. Netlogon_LdapSrvPriority_Help="Specifies the Priority field in the SRV resource records registered by domain controllers (DC) to which this setting is applied. These DNS records are dynamically registered by the Net Logon service and are used to locate the DC.\n\nThe Priority field in the SRV record sets the preference for target hosts (specified in the SRV record’s Target field). DNS clients that query for SRV resource records attempt to contact the first reachable host with the lowest priority number listed.\n\nTo specify the Priority in the DC Locator DNS SRV resource records, click Enabled, and then enter a value. The range of values is 0 to 65535.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9826. Netlogon_LdapSrvPriorityLabel="Priority:"
  9827. Netlogon_MaximumLogFileSize="Maximum Log File Size"
  9828. Netlogon_MaximumLogFileSize_Help="Specifies the maximum size in bytes of the log file netlogon.log in the directory %windir%\debug when logging is enabled.\n\nBy default, the maximum size of the log file is 20MB. If this policy is enabled, the maximum size of the log file is set to the specified size.  Once this size is reached the log file is saved to netlogon.bak and netlogon.log is truncated. A reasonable value based on available storage should be specified.\n\nIf this policy is disabled or not configured, the default behavior occurs as indicated above."
  9829. Netlogon_MaximumLogFileSizeLabel="Bytes:"
  9830. Netlogon_DnsTtl="TTL Set in the DC Locator DNS Records"
  9831. Netlogon_DnsTtl_Help="Specifies the value for the Time-To-Live (TTL) field in Net Logon registered SRV resource records. These DNS records are dynamically registered by the Net Logon service, and they are used to locate the domain controller (DC).\n\nTo specify the TTL for DC Locator DNS records, click Enabled, and then enter a value in seconds (for example, the value "900" is 15 minutes).\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9832. Netlogon_DnsTtlLabel="Seconds:"
  9833. Netlogon_AutoSiteCoverage="Automated Site Coverage by the DC Locator DNS SRV Records"
  9834. Netlogon_AutoSiteCoverage_Help="Determines whether domain controllers (DC) will dynamically register DC Locator site-specific SRV records for the closest sites where no DC for the same domain exists (or no Global Catalog for the same forest exists). These DNS records are dynamically registered by the Net Logon service, and they are used to locate the DC.\n\nIf this setting is enabled, the DCs to which this setting is applied dynamically register DC Locator site-specific DNS SRV records for the closest sites where no DC for the same domain, or no Global Catalog for the same forest, exists.\n\nIf you disable this setting, the DCs will not register site-specific DC Locator DNS SRV records for any other sites but their own.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9835. Netlogon_SiteCoverage="Sites Covered by the DC Locator DNS SRV Records"
  9836. Netlogon_SiteCoverage_Help="Specifies the sites for which the domain controllers (DC) register the site-specific DC Locator DNS SRV resource records. These records are registered in addition to the site-specific SRV records registered for the site where the DC resides, and records registered by a DC configured to register DC Locator DNS SRV records for those sites without a DC that are closest to it. \n\nThe DC Locator DNS records are dynamically registered by the Net Logon service, and they are used to locate the DC. An Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication.\n\nTo specify the sites covered by the DC Locator DNS SRV records, click Enabled, and then enter the sites names in a space-delimited format.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9837. Netlogon_SiteCoverageLabel="Sites:"
  9838. Netlogon_GcSiteCoverage="Sites Covered by the GC Locator DNS SRV Records"
  9839. Netlogon_GcSiteCoverage_Help="Specifies the sites for which the global catalogs (GC) should register site-specific GC locator DNS SRV resource records. These records are registered in addition to the site-specific SRV records registered for the site where the GC resides, and records registered by a GC configured to register GC Locator DNS SRV records for those sites without a GC that are closest to it. \n\nThe GC Locator DNS records and the site-specific SRV records are dynamically registered by the Net Logon service, and they are used to locate the GC. An Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication. A GC is a domain controller that contains a partial replica of every domain in Active Directory.\n\nTo specify the sites covered by the GC Locator DNS SRV records, click Enabled, and enter the sites' names in a space-delimited format.\n\nIf this setting is not configured, it is not applied to any GCs, and GCs use their local configuration."
  9840. Netlogon_GcSiteCoverageLabel="Sites:"
  9841. Netlogon_NdncSiteCoverage="Sites Covered by the Application Directory Partition Locator DNS SRV Records"
  9842. Netlogon_NdncSiteCoverage_Help="Specifies the sites for which the domain controllers (DC) housing application directory partition should register the site-specific, application directory partition-specific DC Locator DNS SRV resource records. These records are registered in addition to the site-specific SRV records registered for the site where the DC resides, and records registered by a DC configured to register DC Locator DNS SRV records for those sites without a DC that are closest to it. \n\nThe application directory partition locator DNS records and the site-specific SRV records are dynamically registered by the Net Logon service, and they are used to locate the application directory partition-specific DC. An Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication.\n\nTo specify the sites covered by the DC Locator application directory partition-specific DNS SRV records, click Enabled, and then enter the site names in a space-delimited format.\n\nIf this setting is not configured, it is not applied to any DCs, and DCs use their local configuration."
  9843. Netlogon_NdncSiteCoverageLabel="Sites:"
  9844. Netlogon_ExpectedDialupDelay="Expected dial-up delay on logon"
  9845. Netlogon_ExpectedDialupDelay_Help="Specifies the additional time for the computer to wait for the domain controller’s (DC) response when logging on to the network.\n\nTo specify the Expected dial-up delay at logon, click Enable, and then enter the desired value in seconds (for example, the value "60" is 1 minute).\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9846. Netlogon_ExpectedDialupDelayLabel="Seconds:"
  9847. Netlogon_SiteName="Site Name"
  9848. Netlogon_SiteName_Help="Specifies the Active Directory site to which computers belong.\n\nAn Active Directory site is one or more well-connected TCP/IP subnets that allow administrators to configure Active Directory access and replication.\n\nTo specify the site name for this setting, click Enabled, and then enter the site name. When the site to which a computer belongs is not specified, the computer automatically discovers its site from Active Directory.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9849. Netlogon_SiteNameLabel="Site:"
  9850. Netlogon_NegativeCachePeriod="Negative DC Discovery Cache Setting"
  9851. Netlogon_NegativeCachePeriod_Help="Specifies the amount of time (in seconds) the DC locator remembers that a domain controller (DC) could not be found in a domain. When a subsequent attempt to locate the DC occurs within the time set in this setting, DC Discovery immediately fails, without attempting to find the DC.\n\nThe default value for this setting is 45 seconds. The maximum value for this setting is 7 days (7*24*60*60). The minimum value for this setting is 0.\n\nWarning: If the value for this setting is too large, a client will not attempt to find any DCs that were initially unavailable. If the value for this setting is too small, clients will attempt to find DCs even when none are available."
  9852. Netlogon_NegativeCachePeriodLabel="Seconds:"
  9853. Netlogon_BackgroundRetryInitialPeriod="Initial DC Discovery Retry Setting for Background Callers"
  9854. Netlogon_BackgroundRetryInitialPeriod_Help="When applications performing periodic searches for domain controllers (DC) are unable to find a DC, the value set in this setting determines the amount of time (in seconds) before the first retry.\n\nThe default value for this setting is 10 minutes (10*60). The maximum value for this setting is 49 days (0x4294967). The minimum value for this setting is 0.\n\nThis setting is relevant only to those callers of DsGetDcName that have specified the DS_BACKGROUND_ONLY flag.\n\nIf the value of this setting is less than the value specified in the NegativeCachePeriod subkey, the value in the NegativeCachePeriod subkey is used.\n\nWarning: If the value for this setting is too large, a client will not attempt to find any DCs that were initially unavailable. If the value set in this setting is very small and the DC is not available, the traffic caused by periodic DC discoveries may be excessive."
  9855. Netlogon_BackgroundRetryInitialPeriodLabel="Seconds:"
  9856. Netlogon_BackgroundRetryMaximumPeriod="Maximum DC Discovery Retry Interval Setting for Background Callers"
  9857. Netlogon_BackgroundRetryMaximumPeriod_Help="When applications performing periodic searches for Domain Controllers (DCs) are unable to find a DC, the value set in this setting determines the maximum retry interval allowed.\n\nFor example, the retry intervals may be set at 10 minutes, then 20 minutes and then 40 minutes, but when the interval reaches the value set in this setting, that value becomes the retry interval for all subsequent retries until the value set in Final DC Discovery Retry Setting is reached.\n\nThe default value for this setting is 60 minutes (60*60). The maximum value for this setting is 49 days (0x4294967). The minimum value for this setting is 0.\n\nIf the value for this setting is smaller than the value specified for the Initial DC Discovery Retry Setting, the Initial DC Discovery Retry Setting is used.\n\nWarning: If the value for this setting is too large, a client may take very long periods to try to find a DC.\n\nIf the value for this setting is too small and the DC is not available, the frequent retries may produce excessive network traffic."
  9858. Netlogon_BackgroundRetryMaximumPeriodLabel="Seconds:"
  9859. Netlogon_BackgroundRetryQuitTime="Final DC Discovery Retry Setting for Background Callers"
  9860. Netlogon_BackgroundRetryQuitTime_Help="When applications performing periodic searches for domain controllers (DC) are unable to find a DC, the value set in this setting determines when retries are no longer allowed. For example, retires may be set to occur according to the Maximum DC Discovery Retry Interval Setting, but when the value set in this setting is reached, no more retries occur. If a value for this setting is smaller than the value in Maximum DC Discovery Retry Interval Setting, the value for Maximum DC Discovery Retry Interval Setting is used.\n\nThe default value for this setting is to not quit retrying (0). The maximum value for this setting is 49 days (0x4294967). The minimum value for this setting is 0.\n\nWarning: If the value for this setting is too small, a client will stop trying to find a DC too soon."
  9861. Netlogon_BackgroundRetryQuitTimeLabel="Seconds:"
  9862. Netlogon_BackgroundSuccessfulRefreshPeriod="Positive Periodic DC Cache Refresh for Background Callers"
  9863. Netlogon_BackgroundSuccessfulRefreshPeriod_Help="Determines when a successful DC cache entry is refreshed. This setting is applied to caller programs that periodically attempt to locate DCs, and it is applied before the returning the DC information to the caller program. The default value for this setting is infinite (4294967200). The maximum value for this setting is (4294967200), while the maximum that is not treated as infinity is 49 days (4294967). Any larger value is treated as infinity. The minimum value for this setting is to always refresh (0)."
  9864. Netlogon_BackgroundSuccessfulRefreshPeriodLabel="Seconds:"
  9865. Netlogon_NetlogonShareCompatibilityMode="Netlogon share compatibility"
  9866. Netlogon_NetlogonShareCompatibilityMode_Help="This setting controls whether or not the Netlogon share created by the Net Logon service on a domain controller (DC) should support compatibility in file sharing semantics with earlier applications.\n\nWhen this setting is enabled, the Netlogon share will honor file sharing semantics that grant requests for exclusive read access to files on the share even when the caller has only read permission.\n\nWhen this setting is disabled or not configured, the Netlogon share will grant shared read access to files on the share when exclusive access is requested and the caller has only read permission.\n\nBy default, the Netlogon share will grant shared read access to files on the share when exclusive access is requested.\n\nNote: The Netlogon share is a share created by the Net Logon service for use by client machines in the domain. The default behavior of the Netlogon share ensures that no application with only read permission to files on the Netlogon share can lock the files by requesting exclusive read access, which might prevent Group Policy settings from being updated on clients in the domain. When this setting is enabled, an application that relies on the ability to lock files on the Netlogon share with only read permission will be able to deny Group Policy clients from reading the files, and in general the availability of the Netlogon share on the domain will be decreased.\n\nIf this setting is enabled, domain administrators should ensure that the only applications using the exclusive read capability in the domain are those approved by the administrator."
  9867. Netlogon_NonBackgroundSuccessfulRefreshPeriod="Positive Periodic DC Cache Refresh for Non-Background Callers"
  9868. Netlogon_NonBackgroundSuccessfulRefreshPeriod_Help="Determines when a successful DC cache entry is refreshed. This setting is applied to caller programs that do not periodically attempt to locate DCs, and it is applied before the returning the DC information to the caller program. This setting is relevant to only those callers of DsGetDcName that have not specified the DS_BACKGROUND_ONLY flag.\n\nThe default value for this setting is 30 minutes (1800). The maximum value for this setting is (4294967200), while the maximum that is not treated as infinity is 49 days (4294967). Any larger value will be treated as infinity. The minimum value for this setting is to always refresh (0)."
  9869. Netlogon_NonBackgroundSuccessfulRefreshPeriodLabel="Seconds:"
  9870. Netlogon_ScavengeInterval="Scavenge Interval"
  9871. Netlogon_ScavengeInterval_Help="Determines the interval at which Netlogon performs the following scavenging operations:\n\n- Checks if a password on a secure channel needs to be modified, and modifies it if necessary.\n\n- On the domain controllers (DC), discovers a DC that has not been discovered.\n\n- On the PDC, attempts to add the <DomainName>[1B] NetBIOS name if it hasn’t already been successfully added.\n\nNone of these operations are critical. 15 minutes is optimal in all but extreme cases. For instance, if a DC is separated from a trusted domain by an expensive (e.g., ISDN) line, this parameter might be adjusted upward to avoid frequent automatic discovery of DCs in a trusted domain.\n\nTo enable the setting, click Enabled, and then specify the interval in seconds."
  9872. Netlogon_ScavengeIntervalLabel="Seconds:"
  9873. Netlogon_SysvolShareCompatibilityMode="Sysvol share compatibility"
  9874. Netlogon_SysvolShareCompatibilityMode_Help="This setting controls whether or not the Sysvol share created by the Net Logon service on a domain controller (DC) should support compatibility in file sharing semantics with earlier applications.\n\nWhen this setting is enabled, the Sysvol share will honor file sharing semantics that grant requests for exclusive read access to files on the share even when the caller has only read permission.\n\nWhen this setting is disabled or not configured, the Sysvol share will grant shared read access to files on the share when exclusive access is requested and the caller has only read permission.\n\nBy default, the Sysvol share will grant shared read access to files on the share when exclusive access is requested.\n\nNote: The Sysvol share is a share created by the Net Logon service for use by Group Policy clients in the domain. The default behavior of the Sysvol share ensures that no application with only read permission to files on the sysvol share can lock the files by requesting exclusive read access, which might prevent Group Policy settings from being updated on clients in the domain. When this setting is enabled, an application that relies on the ability to lock files on the Sysvol share with only read permission will be able to deny Group Policy clients from reading the files, and in general the availability of the Sysvol share on the domain will be decreased.\n\nIf this setting is enabled, domain administrators should ensure that the only applications using the exclusive read capability in the domain are those approved by the administrator."
  9875. Netlogon_AvoidPdcOnWan="Contact PDC on logon failure"
  9876. Netlogon_AvoidPdcOnWan_Help="Defines whether a domain controller (DC) should attempt to verify with the PDC the password provided by a client if the DC failed to validate the password.\n\nContacting the PDC is useful in case the client’s password was recently changed and did not propagate to the DC yet. Users may want to disable this feature if the PDC is located over a slow WAN connection.\n\nTo enable this feature, click Enabled.\n\nTo disable this feature, click Disabled."
  9877. Netlogon_AllowSingleLabelDnsDomain="Location of the DCs hosting a domain with single label DNS name"
  9878. Netlogon_AllowSingleLabelDnsDomain_Help="Specifies whether the computers to which this setting is applied attempt DNS name resolution of a single-label domain names.\n\nBy default, when a computer (or the DC Locator running on a computer, to be more specific) needs to locate a domain controller hosting an Active Directory domain specified with a single-label name, the computer exclusively uses NetBIOS name resolution, but not the DNS name resolution, unless the computer is joined to an Active Directory forest in which at least one domain has a single-label DNS name. \n\nIf this setting is enabled, computers to which this policy is applied will attempt to locate a domain controller hosting an Active Directory domain specified with a single-label name using DNS name resolution.\n\nIf this setting is disabled, computers to which this setting is applied will attempt to locate a domain controller hosting an Active Directory domain specified with a single-label name only using NetBIOS name resolution, but not the DNS name resolution, unless the computer is searching for a domain with a single label DNS name that exists in the Active Directory forest to which this computer is joined.\n\nIf this setting is not configured, it is not applied to any computers, and computers use their local configuration."
  9879. NoStartPage="Force classic Start Menu"
  9880. NoStartPage_Help="This setting effects the presentation of the Start menu.\n\nThe classic Start menu in Windows 2000 Professional allows users to begin common tasks, while the new Start menu consolidates common items onto one menu. When the classic Start menu is used, the following icons are placed on the desktop: My Documents, My Pictures, My Music, My Computer, and My Network Places. The new Start menu starts them directly.\n\nIf you enable this setting, the Start menu displays the classic Start menu in the Windows 2000 style and displays the standard desktop icons.\n\nIf you disable this setting, the Start menu only displays in the new style, meaning the desktop icons are now on the Start page.\n\nIf you do not configure this setting, the default is the new style, and the user can change the view."
  9881. SharedFolders="Shared Folders"
  9882. PublishSharedFolders="Allow shared folders to be published"
  9883. PublishSharedFolders_Help="Determines whether the user can publish shared folders in Active Directory.\n\nIf you enable this setting or do not configure it, users can use the "Publish in Active Directory" option in the Shared Folders snap-in to publish shared folders in Active Directory.\n\nIf you disable this setting, the user cannot publish shared folders in Active Directory, and the "Publish in Active Directory" option is disabled. Note: The default is to allow shared folders to be published when this setting is not configured"
  9884. PublishDfsRoots="Allow DFS roots to be published"
  9885. PublishDfsRoots_Help="Determines whether the user can publish DFS roots in Active Directory.\n\nIf you enable this setting or do not configure it, users can use the "Publish in Active Directory" option to publish DFS roots as shared folders in Active Directory.\n\nIf you disable this setting, the user cannot publish DFS roots in Active Directory, and the "Publish in Active Directory" option is disabled. Note: The default is to allow shared folders to be published when this setting is not configured."
  9886. Network="Network"
  9887. NetworkConnections="Network Connections"
  9888. NewGPODisplayName="Default name for new Group Policy objects"
  9889. NewGPODisplayName_Help="Sets the default display name for new Group Policy objects.\n\nThis setting allows you to specify the default name for new Group Policy objects created from policy compliant Group Policy Management tools including the Group Policy tab in Active Directory tools and the GPO browser.\n\nThe display name may contain environment variables and can be a maximum of 255 characters long.\n\nIf this setting is Disabled or Not Configured, the default display name of New Group Policy object is used."
  9890. NewGPODisplayNameHeading="GPO Name:"
  9891. NewGPOLinksDisabled="Create new Group Policy object links disabled by default"
  9892. NewGPOLinksDisabled_Help="Creates new Group Policy object links in the disabled state.\n\nThis setting creates all new Group Policy object links in the disabled state by default. After you configure and test the new object links by using a policy compliant Group Policy management tool such as  Active Directory Users and Computers or Active Directory Sites and Services, you can enable the object links for use on the system.\n\nIf you disable this setting or do not configure it, new Group Policy object links are created in the enabled state. If you do not want them to be effective until they are configured and tested, you must disable the object link."
  9893. NoActiveDesktop_Help="Disables Active Desktop and prevents users from enabling it.\n\nThis setting prevents users from trying to enable or disable Active Desktop while a policy controls it.\n\nIf you disable this setting or do not configure it, Active Desktop is disabled by default, but users can enable it.\n\nNote: If both the "Enable Active Desktop" setting and the "Disable Active Desktop" setting are enabled, the "Disable Active Desktop" setting is ignored. If the "Turn on Classic Shell" setting (in User Configuration\Administrative Templates\Windows Components\Windows Explorer) is enabled, Active Desktop is disabled, and both these policies are ignored."
  9894. NoActiveDesktop_Tip="Disallows HTML and Jpg Wallpaper"
  9895. NoActiveDesktop="Disable Active Desktop"
  9896. NoActiveDesktopChanges_Help="Prevents the user from enabling or disabling Active Desktop or changing the Active Desktop configuration.\n\nThis is a comprehensive setting that locks down the configuration you establish by using other policies in this folder. This setting removes the Web tab from Display in Control Panel. As a result, users cannot enable or disable Active Desktop. If Active Desktop is already enabled, users cannot add, remove, or edit Web content or disable, lock, or synchronize Active Desktop components."
  9897. NoActiveDesktopChanges="Prohibit changes"
  9898. NoAddFromCDorFloppy_Help="Removes the "Add a program from CD-ROM or floppy disk" section from the Add New Programs page. This prevents users from using Add or Remove Programs to install programs from removable media.\n\nIf you disable this setting or do not configure it, the "Add a program from CD-ROM or floppy disk" option is available to all users.\n\nThis setting does not prevent users from using other tools and methods to add or remove program components.\n\nNote: If the "Hide Add New Programs page" setting is enabled, this setting is ignored. Also, if the "Prevent removable media source for any install" setting (located in User Configuration\Administrative Templates\Windows Components\Windows Installer) is enabled, users cannot add programs from removable media, regardless of this setting."
  9899. NoAddFromCDorFloppy="Hide the "Add a program from CD-ROM or floppy disk" option"
  9900. NoAddFromInternet_Help="Removes the "Add programs from Microsoft" section from the Add New Programs page. This setting prevents users from using Add or Remove Programs to connect to Windows Update.\n\nIf you disable this setting or do not configure it, "Add programs from Microsoft" is available to all users.\n\nThis setting does not prevent users from using other tools and methods to connect to Windows Update.\n\nNote: If the "Hide Add New Programs page" setting is enabled, this setting is ignored."
  9901. NoAddFromInternet="Hide the "Add programs from Microsoft" option"
  9902. NoAddFromNetwork_Help="Prevents users from viewing or installing published programs.\n\nThis setting removes the "Add programs from your network" section from the Add New Programs page. The "Add programs from your network" section lists published programs and provides an easy way to install them.\n\nPublished programs are those programs that the system administrator has explicitly made available to the user with a tool such as Windows Installer. Typically, system administrators publish programs to notify users that the programs are available, to recommend their use, or to enable users to install them without having to search for installation files.\n\nIf you enable this setting, users cannot tell which programs have been published by the system administrator, and they cannot use Add or Remove Programs to install published programs. However, they can still install programs by using other methods, and they can view and install assigned (partially installed) programs that are offered on the desktop or on the Start menu.\n\nIf you disable this setting or do not configure it, "Add programs from your network" is available to all users.\n\nNote: If the "Hide Add New Programs page" setting is enabled, this setting is ignored."
  9903. NoAddFromNetwork="Hide the "Add programs from your network" option"
  9904. NoAddingComponents_Help="Prevents users from adding Web content to their Active Desktop.\n\nThis setting removes the "New" button from Web tab in Display in Control Panel. As a result, users cannot add Web pages or pictures from the Internet or an intranet to the desktop. This setting does not remove existing Web content from their Active Desktop, or prevent users from removing existing Web content.\n\nAlso, see the "Disable all items" setting."
  9905. NoAddPage_Help="Removes the Add New Programs button from the Add or Remove Programs bar. As a result, users cannot view or change the attached page.\n\nThe Add New Programs button lets users install programs published or assigned by a system administrator.\n\nIf you disable this setting or do not configure it, the Add New Programs button is available to all users.\n\nThis setting does not prevent users from using other tools and methods to install programs."
  9906. NoAddPage="Hide Add New Programs page"
  9907. NoAddPrinter_Help="Prevents users from using familiar methods to add local and network printers.\n\nThis setting removes the Add Printer option from the Start menu. (To find the Add Printer option, click Start, click Printers, and then click Add Printer.) This setting also removes Add Printer from the Printers folder in Control Panel.\n\nAlso, users cannot add printers by dragging a printer icon into the Printers folder. If they try, a message appears explaining that the setting prevents the action.\n\nHowever, this setting does not prevent users from using the Add Hardware Wizard to add a printer. Nor does it prevent users from running other programs to add printers.\n\nThis setting does not delete printers that users have already added. However, if users have not added a printer when this setting is applied, they cannot print.\n\nNote: You can use printer permissions to restrict the use of printers without specifying a setting. In the Printers folder, right-click a printer, click Properties, and then click the Security tab."
  9908. NoAddPrinter="Prevent addition of printers"
  9909. NoAddRemovePrograms_Help="Prevents users from using Add or Remove Programs.\n\nThis setting removes Add or Remove Programs from Control Panel and removes the Add or Remove Programs item from menus.\n\nAdd or Remove Programs lets users install, uninstall, repair, add, and remove features and components of Windows 2000 Professional and a wide variety of Windows programs. Programs published or assigned to the user appear in Add or Remove Programs.\n\nIf you disable this setting or do not configure it, Add or Remove Programs is available to all users.\n\nWhen enabled, this setting takes precedence over the other settings in this folder.\n\nThis setting does not prevent users from using other tools and methods to install or uninstall programs."
  9910. NoAddRemovePrograms="Remove Add or Remove Programs"
  9911. NoAutoUpdate="Windows Automatic Updates"
  9912. NoAutoUpdate_Help="This setting controls automatic updates to a user's computer.\n\nWhenever a user connects to the Internet, Windows searches for updates available for the software and hardware on their computer and automatically downloads them. This happens in the background, and the user is prompted when downloaded components are ready to be installed, or prior to downloading, depending on their configuration.\n\nIf you enable this setting, it prohibits Windows from searching for updates.\n\nIf you disable or do not configure it, Windows searches for updates and automatically downloads them.\n\nNote: Windows Update is an online catalog customized for your computer that consists of items such as drivers, critical updates, Help files, and Internet products that you can download to keep your computer up to date.\n\nAlso, see the "Remove links and access to Windows Update" setting. If the "Remove links and access to Windows Update" setting is enabled, the links to Windows Update on the Start menu are also removed.\n\nNote: If you have installed Windows XP Service Pack 1 or the update to Automatic Updates that was released after Windows XP was originally shipped, then you should use the new Automatic Updates settings located at: 'Computer Configuration / Administrative Templates / Windows Update'" 
  9913. NoAutoTrayNotify="Turn off notification area cleanup"
  9914. NoAutoTrayNotify_Help="This setting effects the notification area, also called the "system tray."\n\nThe notification area is located in the task bar, generally at the bottom of the screen, and itincludes the clock and current notifications. This setting determines whether the items are always expanded or always collapsed. By default, notifications are collapsed. The notification cleanup << icon can be referred to as the "notification chevron."\n\nIf you enable this setting, the system notification area expands to show all of the notifications that use this area.\n\nIf you disable this setting, the system notification area will always collapse notifications.\n\nIf you do not configure it, the user can choose if they want notifications collapsed."
  9915. NoBackButton_Help="Removes the Back button from the Open dialog box.\n\nThis setting, and others in this folder, lets you remove new features added in Windows 2000 Professional, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, run Notepad and, on the File menu, click Open.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9916. NoBackButton="Hide the common dialog back button"
  9917. NoBalloonTip_Help="Hides pop-up text on the Start menu and in the notification area.\n\nWhen you hold the cursor over an item on the Start menu or in the notification area, the system displays pop-up text providing additional information about the object.\n\nIf you enable this setting, some of this pop-up text is not displayed. The pop-up text affected by this setting includes "Click here to begin" on the Start button, "Where have all my programs gone" on the Start menu, and "Where have my icons gone" in the notification area.\n\nIf you disable this setting or do not configure it, all pop-up text is displayed on the Start menu and in the notification area."
  9918. NoBalloonTip="Remove Balloon Tips on Start Menu items"
  9919. NoCacheThumbNailPictures="Turn off caching of thumbnail pictures"
  9920. NoCacheThumbNailPictures_Help="This settings controls whether the thumbnail views are cached.\n\nIf you enable this setting, thumbnail views are not cached.\n\nIf you disable or do not configure this setting, thumbnail views are cached.\n\nNote: For shared corporate workstations or computers where security is a top concern, you should enable this setting to turn off the thumbnail view cache, because the thumbnail cache can be read by everyone."
  9921. NoCDBurning="Remove CD Burning features"
  9922. NoCDBurning_Help="Windows Explorer allows you to create and modify re-writable CDs if you have a CD writer connected to your PC.\n\nIf you enable this setting, all features in the Windows Explorer that allow you to use your CD writer are removed.\n\nIf you disable or do not configure this setting, users are able to use the Windows Explorer CD burning features.\n\nNote: This setting does not prevent users from using third-party applications to create or modify CDs using a CD writer."
  9923. NoChangeAnimation_Help="Prevents users from selecting the option to animate the movement of windows, menus, and lists.\n\nIf you enable this setting, the "Use transition effects for menus and tooltips" option in Display in Control Panel is disabled.\n\nEffects, such as animation, are designed to enhance the user's experience but might be confusing or distracting to some users."
  9924. NoChangeAnimation="Remove UI to change menu animation setting"
  9925. NoChangeKeyboardNavigationIndicators_Help="Disables the "Hide keyboard navigation indicators until I use the ALT key" option in Display in Control Panel.\n\nWhen this Display Properties option is selected, the underlining that indicates a keyboard shortcut character (hot key) does not appear on menus until you press ALT.\n\nEffects, such as transitory underlines, are designed to enhance the user's experience but might be confusing or distracting to some users."
  9926. NoChangeKeyboardNavigationIndicators="Remove UI to change keyboard navigation indicator setting"
  9927. NoChangeStartMenu_Help="Prevents users from using the drag-and-drop method to reorder or remove items on the Start menu. Also, it removes context menus from the Start menu.\n\nIf you disable this setting or do not configure it, users can remove or reorder Start menu items by dragging and dropping the item. They can display context menus by right-clicking a Start menu item.\n\nThis setting does not prevent users from using other methods of customizing the Start menu or performing the tasks available from the context menus.\n\nAlso, see the "Prevent changes to Taskbar and Start Menu Settings" and the "Remove access to the context menus for taskbar" settings."
  9928. NoChangeStartMenu="Remove Drag-and-drop context menus on the Start Menu"
  9929. NoChangingWallPaper_Help="Prevents users from adding or changing the background design of the desktop.\n\nBy default, users can use the Desktop tab of Display in Control Panel to add a background design (wallpaper) to their desktop.\n\nIf you enable this setting, the Desktop tab still appears, but all options on the tab are disabled.\n\nTo remove the Desktop tab, use the "Hide Desktop tab" setting.\n\nTo specify wallpaper for a group, use the "Active Desktop Wallpaper" setting.\n\nAlso, see the "Allow only bitmapped wallpaper" setting."
  9930. NoChooseProgramsPage_Help="Removes the Set Program Access and Defaults button from the Add or Remove Programs bar.  As a result, users cannot view or change the associated page.\n\nThe Set Program Access and Defaults button lets administrators specify default programs for certain activities, such as Web browsing or sending e-mail, as well as which programs are accessible from the Start menu, desktop, and other locations.\n\nIf you disable this setting or do not configure it, the Set Program Access and Defaults button is available to all users.\n\nThis setting does not prevent users from using other tools and methods to change program access or defaults.\n\nThis setting does not prevent the Set Program Access and Defaults icon from appearing on the Start menu.  See the "Remove Set Program Access and Defaults from Start menu" setting."
  9931. NoChooseProgramsPage="Hide the Set Program Access and Defaults page"
  9932. NoClose_Help="Prevents users from shutting down or restarting Windows.\n\nThis setting removes the Shut Down option from the Start menu and disables the Shut Down button on the Windows Security dialog box, which appears when you press CTRL+ALT+DEL.\n\nThis setting prevents users from using the Windows user interface to shut down the system, although it does not prevent them from running programs that shut down Windows. \n\nIf you disable this setting or do not configure it, the Shut Down menu option appears, and the Shut Down button is enabled.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9933. NoClose="Remove and prevent access to the Shut Down command"
  9934. NoCloseDragDropBands_Help="Prevents users from manipulating desktop toolbars.\n\nIf you enable this setting, users cannot add or remove toolbars from the desktop. Also, users cannot drag toolbars on to or off of docked toolbars.\n\nNote: If users have added or removed toolbars, this setting prevents them from restoring the default configuration.\n\nTip: To view the toolbars that can be added to the desktop, right-click a docked toolbar (such as the taskbar beside the Start button), and point to "Toolbars."\n\nAlso, see the "Prohibit adjusting desktop toolbars" setting."
  9935. NoClosingComponents_Help="Prevents users from removing Web content from their Active Desktop.\n\nIn Active Desktop, you can add items to the desktop but close them so they are not displayed.\n\nIf you enable this setting, items added to the desktop cannot be closed; they always appear on the desktop. This setting removes the check boxes from items on the Web tab in Display in Control Panel.\n\nNote: This setting does not prevent users from deleting items from their Active Desktop."
  9936. NoCommonGroups_Help="Removes items in the All Users profile from the Programs menu on the Start menu.\n\nBy default, the Programs menu contains items from the All Users profile and items from the user's profile. If you enable this setting, only items in the user's profile appear in the Programs menu.\n\nTip: To see the Program menu items in the All Users profile, on the system drive, go to Documents and Settings\All Users\Start Menu\Programs."
  9937. NoCommonGroups="Remove common program groups from Start Menu"
  9938. NoControlPanel_Help="Disables all Control Panel programs.\n\nThis setting prevents Control.exe, the program file for Control Panel, from starting. As a result, users cannot start Control Panel or run any Control Panel items.\n\nThis setting also removes Control Panel from the Start menu. (To open Control Panel, click Start, point to Settings, and then click Control Panel.) This setting also removes the Control Panel folder from Windows Explorer.\n\nIf users try to select a Control Panel item from the Properties item on a context menu, a message appears explaining that a setting prevents the action.\n\nAlso, see the "Remove Display in Control Panel" and "Remove programs on Settings menu" settings."
  9939. NoControlPanel="Prohibit access to the Control Panel"
  9940. NoDeletePrinter_Help="Prevents users from deleting local and network printers.\n\nIf a user tries to delete a printer, such as by using the Delete option in Printers in Control Panel, a message appears explaining that a setting prevents the action.\n\nThis setting does not prevent users from running other programs to delete a printer."
  9941. NoDeletePrinter="Prevent deletion of printers"
  9942. NoDeletingComponents_Help="Prevents users from deleting Web content from their Active Desktop.\n\nThis setting removes the Delete button from the Web tab in Display in Control Panel. As a result, users can temporarily remove, but not delete, Web content from their Active Desktop.\n\nThis setting does not prevent users from adding Web content to their Active Desktop.\n\nAlso, see the "Prohibit closing items" and "Disable all items" settings."
  9943. NoDesktop_Help="Removes icons, shortcuts, and other default and user-defined items from the desktop, including Briefcase, Recycle Bin, My Computer, and My Network Places.\n\nRemoving icons and shortcuts does not prevent the user from using another method to start the programs or opening the items they represent.\n\nAlso, see "Items displayed in Places Bar" in User Configuration\Administrative Templates\Windows Components\Common Open File Dialog to remove the Desktop icon from the Places Bar. This will help prevent users from saving data to the Desktop."
  9944. NoDesktop="Hide and disable all items on the desktop"
  9945. NoDesktopCleanupWizard="Remove the Desktop Cleanup Wizard"
  9946. NoDesktopCleanupWizard_Help="Prevents users from using the Desktop Cleanup Wizard.\n\nIf you enable this setting, the Desktop Cleanup wizard does not automatically run on a users workstation every 60 days. The user will also not be able to access the Desktop Cleanup Wizard.\n\nIf you disable this setting or do not configure it, the default behavior of the Desktop Clean Wizard running every 60 days occurs.\n\nNote: When this setting is not enabled, users can run the Desktop Cleanup Wizard, or have it run automatically every 60 days from Display, by clicking the Desktop tab and then clicking the Customize Desktop button."
  9947. NoDFSTab_Help="Removes the DFS tab from Windows Explorer.\n\nThis setting removes the DFS tab from Windows Explorer and from other programs that use the Windows Explorer browser, such as My Computer. As a result, users cannot use this tab to view or change the properties of the Distributed File System (DFS) shares available from their computer.\n\nThis setting does not prevent users from using other methods to configure DFS."
  9948. NoDFSTab="Remove DFS tab"
  9949. NoDispAppearancePage_Help="Removes the Appearance and Themes tabs from Display in Control Panel.\n\nWhen this setting is enabled, it removes the desktop color selection option from the Desktop tab.\n\nThis setting prevents users from using Control Panel to change the colors or color scheme of the desktop and windows.\n\nIf this setting is disabled or not configured, the Appearance and Themes tabs are available in Display in Control Panel."
  9950. NoDispBackgroundPage_Help="Removes the Desktop tab from Display in Control Panel.\n\nThis setting prevents users from using Control Panel to change the pattern and wallpaper on the desktop.\n\nEnabling this setting also prevents the user from customizing the desktop by changing icons or adding new Web content through Control Panel."
  9951. NoDispCpl_Help="Disables Display in Control Panel.\n\nIf you enable this setting, Display in Control Panel does not run. When users try to start Display, a message appears explaining that a setting prevents the action.\n\nAlso, see the "Prohibit access to the Control Panel" (User Configuration\Administrative Templates\Control Panel) and "Remove programs on Settings menu" (User Configuration\Administrative Templates\Start Menu & Taskbar) settings."
  9952. NoDispScrSavPage_Help="Removes the Screen Saver tab from Display in Control Panel.\n\nThis setting prevents users from using Control Panel to add, configure, or change the screen saver on the computer."
  9953. NoDispSettingsPage_Help="Removes the Settings tab from Display in Control Panel.\n\nThis setting prevents users from using Control Panel to add, configure, or change the display settings on the computer."
  9954. NoDrives_Help="Removes the icons representing selected hard drives from My Computer and Windows Explorer. Also, the drive letters representing the selected drives do not appear in the standard Open dialog box.\n\nTo use this setting, select a drive or combination of drives in the drop-down list. To display all drives, disable this setting or select the "Do not restrict drives" option in the drop-down list.\n\nNote: This setting removes the drive icons. Users can still gain access to drive contents by using other methods, such as by typing the path to a directory on the drive in the Map Network Drive dialog box, in the Run dialog box, or in a command window.\n\nAlso, this setting does not prevent users from using programs to access these drives or their contents. And, it does not prevent users from using the Disk Management snap-in to view and change drive characteristics.\n\nAlso, see the "Prevent access to drives from My Computer" setting.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9955. NoDrives="Hide these specified drives in My Computer"
  9956. NoDrivesDropdown="Pick one of the following combinations"
  9957. NoEditingComponents_Help="Prevents users from changing the properties of Web content items on their Active Desktop.\n\nThis setting disables the Properties button on the Web tab in Display in Control Panel. Also, it removes the Properties item from the menu for each item on the Active Desktop. As a result, users cannot change the properties of an item, such as its synchronization schedule, password, or display characteristics."
  9958. NoEncryptOnMove="Do not automatically encrypt files moved to encrypted folders"
  9959. NoEncryptOnMove_Help="Prevents Windows Explorer from encrypting files that are moved to an encrypted folder.\n\nIf you disable this setting or do not configure it, Windows Explorer automatically encrypts files that are moved to an encrypted folder.\n\nThis setting applies only to files moved within a volume. When files are moved to other volumes, or if you create a new file in an encrypted folder, Windows Explorer encrypts those files automatically."
  9960. NoEntireNetwork_Help="Removes all computers outside of the user's workgroup or local domain from lists of network resources in Windows Explorer and My Network Places.\n\nIf you enable this setting, the system removes the Entire Network option and the icons representing networked computers from My Network Places and from the browser associated with the Map Network Drive option.\n\nThis setting does not prevent users from viewing or connecting to computers in their workgroup or domain. It also does not prevent users from connecting to remote computers by other commonly used methods, such as by typing the share name in the Run dialog box or the Map Network Drive dialog box.\n\nTo remove computers in the user's workgroup or domain from lists of network resources, use the "No "Computers Near Me" in My Network Places" setting.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9961. NoEntireNetwork="No "Entire Network" in My Network Places"
  9962. NoFavoritesMenu_Help="Prevents users from adding the Favorites menu to the Start menu or classic Start menu.\n\nIf you enable this setting, the Display Favorites item does not appear in the Advanced Start menu options box.\n\nIf you disable or do not configure this setting, the Display Favorite item is available.\n\nNote:The Favorities menu does not appear on the Start menu by default. To display the Favorites menu, right-click Start, click Properties, and then click Customize.  If you are using Start menu, click the Advanced tab, and then, under Start menu items, click the Favorites menu. If you are using the classic Start menu, click Display Favorites under Advanced Start menu options.\n\nNote:The items that appear in the Favorites menu when you install Windows are preconfigured by the system to appeal to most users. However, users can add and remove items from this menu, and system administrators can create a customized Favorites menu for a user group.\n\nNote:This setting only affects the Start menu. The Favorites item still appears in Windows Explorer and in Internet Explorer."
  9963. NoFavoritesMenu="Remove Favorites menu from Start Menu"
  9964. NoFileMenu_Help="Removes the File menu from My Computer and Windows Explorer.\n\nThis setting does not prevent users from using other methods to perform tasks available on the File menu."
  9965. NoFileMenu="Remove File menu from Windows Explorer"
  9966. NoFileMRU_Help="Removes the list of most recently used files from the Open dialog box.\n\nIf you disable this setting or do not configure it, the "File name" field includes a drop-down list of recently used files. If you enable this setting, the "File name" field is a simple text box. Users must browse directories to find a file or type a file name in the text box.\n\nThis setting, and others in this folder, lets you remove new features added in Windows 2000 Professional, so that the Open dialog box looks like it did in Windows NT 4.0 and earlier. These policies only affect programs that use the standard Open dialog box provided to developers of Windows programs.\n\nTo see an example of the standard Open dialog box, start Notepad and, on the File menu, click Open.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  9967. NoFileMRU="Hide the dropdown list of recent files"
  9968. NoFind_Help="Removes the Search item from the Start menu, and disables some Windows Explorer search elements.\n\nThis setting removes the Search item from the Start menu and from the context menu that appears when you right-click the Start menu. Also, the system does not respond when users press the Application key (the key with the Windows logo)+ F.\n\nIn Windows Explorer, the Search item still appears on the Standard buttons toolbar, but the system does not respond when the user presses Ctrl+F. Also, Search does not appear in the context menu when you right-click an icon representing a drive or a folder.\n\nThis setting affects the specified user interface elements only. It does not affect Internet Explorer and does not prevent the user from using other methods to search.\n\nAlso, see the "Remove Search button from Windows Explorer" setting in User Configuration\Administrative Templates\Windows Components\Windows Explorer.\n\nNote:\n\nThis setting also prevents the user from using the F3 key."
  9969. NoFind="Remove Search menu from Start Menu"
  9970. NoFolderOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Folder Options item from Control Panel. As a result, users cannot use the Folder Options dialog box.\n\nThe Folder Options dialog box lets users set many properties of Windows Explorer, such as Active Desktop, Web view, Offline Files, hidden system files, and file types.\n\nAlso, see the "Enable Active Desktop" setting in User Configuration\AdministrativeTemplates\Desktop\Active Desktop and the "Prohibit user configuration of Offline Files" setting in User Configuration\Administrative Templates\Network\Offline Files."
  9971. NoFolderOptions="Removes the Folder Options menu item from the Tools menu"
  9972. NoHardwareTab_Help="Removes the Hardware tab.\n\nThis setting removes the Hardware tab from Mouse, Keyboard, and Sounds and Audio Devices in Control Panel. It also removes the Hardware tab from the Properties dialog box for all local drives, including hard drives, floppy disk drives, and CD-ROM drives. As a result, users cannot use the Hardware tab to view or change the device list or device properties, or use the Troubleshoot button to resolve problems with the device."
  9973. NoHardwareTab="Remove Hardware tab"
  9974. NoHelp_Help="Removes the Help command from the Start menu.\n\nThis setting only affects the Start menu. It does not remove the Help menu from Windows Explorer and does not prevent users from running Help."
  9975. NoHelp="Remove Help menu from Start Menu"
  9976. NoHTMLWallPaper_Help="Permits only bitmap images for wallpaper. This setting limits the desktop background ("wallpaper") to bitmap (.bmp) files. If users select files with other image formats, such as JPEG, GIF, PNG, or HTML, through the Browse button on the Desktop tab, the wallpaper does not load. Files that are autoconverted to a .bmp format, such as JPEG, GIF, and PNG, can be set as Wallpaper by right-clicking the image and selecting "Set as Wallpaper".\n\nAlso, see the "Active Desktop Wallpaper" and the "Prevent changing wallpaper" (in User Configuration\Administrative Templates\Control Panel\Display) settings."
  9977. NoInstrumentation_Help="Disables user tracking.\n\nThis setting prevents the system from tracking the programs users run, the paths they navigate, and the documents they open. The system uses this information to customize Windows features, such as personalized menus.\n\nIf you enable this setting, the system does not track these user actions. The system disables customized features that require user tracking information, including personalized menus.\n\nAlso, see the "Turn off personalized menus" setting."
  9978. NoInstrumentation="Turn off user tracking"
  9979. NoInternetIcon_Help="Removes the Internet Explorer icon from the desktop and from the Quick Launch bar on the taskbar.\n\nThis setting does not prevent the user from starting Internet Explorer by using other methods."
  9980. NoInternetIcon="Hide Internet Explorer icon on desktop"
  9981. NoLogOff_Help="Prevents the user from logging off.\n\nThis setting does not let the user log off the system by using any method, including programs run from the command line, such as scripts. It also disables or removes all menu items and buttons that log the user off the system.\n\nAlso, see the "Remove Logoff on the Start Menu" setting."
  9982. NoLogoff="Remove Logoff"
  9983. NoManageMyComputerVerb="Hides the Manage item on the Windows Explorer context menu"
  9984. NoManageMyComputerVerb_Help="Removes the Manage item from the Windows Explorer context menu. This context menu appears when you right-click Windows Explorer or My Computer.\n\nThe Manage item opens Computer Management (Compmgmt.msc), a console tool that includes many of the primary Windows 2000 administrative tools, such as Event Viewer, Device Manager, and Disk Management. You must be an administrator to use many of the features of these tools.\n\nThis setting does not remove the Computer Management item from the Start menu (Start, Programs, Administrative Tools, Computer Management), nor does it prevent users from using other methods to start Computer Management.\n\nTip: To hide all context menus, use the "Remove Windows Explorer's default context menu" setting."
  9985. NoMovingBands_Help="Prevents users from adjusting the length of desktop toolbars. Also, users cannot reposition items or toolbars on docked toolbars.\n\nThis setting does not prevent users from adding or removing toolbars on the desktop.\n\nNote: If users have adjusted their toolbars, this setting prevents them from restoring the default configuration.\n\nAlso, see the "Prevent adding, dragging, dropping and closing the Taskbar's toolbars" setting."
  9986. NoPropertiesMyComputer="Remove Properties from the My Computer context menu"
  9987. NoPropertiesMyComputer_Help="This setting hides Properties on the context menu for My Computer.\n\nIf you enable this setting, the Properties option will not be present when the user right-clicks My Computer or clicks My Computer and then goes to the File menu.  Likewise, Alt-Enter does nothing when My Computer is selected.\n\nIf you disable or do not configure this setting, the Properties option is displayed as usual."
  9988. NoMyComputerSharedDocuments="Remove Shared Documents from My Computer"
  9989. NoMyComputerSharedDocuments_Help="Removes the Shared Documents folder from My Computer.\n\nWhen a Windows client in is a workgroup, a Shared Documents icon appears in the Windows Explorer Web view under "Other Places" and also under "Files Stored on This Computer" in My Computer.  Using this policy setting, you can choose not to have these items displayed.\n\nIf you enable this setting, the Shared Documents folder is not displayed in the Web view or in My Computer.\n\nIf you disable or do not configure this setting, the Shared Documents folder is displayed in Web view and also in My Computer when the client is part of a workgroup.\n\nNote:  The ability to remove the Shared Documents folder via Group Policy is only available on Windows XP Professional."
  9990. NoMyComputerIcon="Remove My Computer icon on the desktop"
  9991. NoMyComputerIcon_Help="This setting hides My Computer from the desktop and from the new Start menu. It also hides links to My Computer in the Web view of all Explorer windows, and it hides My Computer in the Explorer folder tree pane. If the user navigates into My Computer via the "Up" button while this setting is enabled, they view an empty My Computer folder. This setting allows administrators to restrict their users from seeing My Computer in the shell namespace, allowing them to present their users with a simpler desktop environment.\n\nIf you enable this setting, My Computer is hidden on the desktop, the new Start menu, the Explorer folder tree pane, and the Explorer Web views. If the user manages to navigate to My Computer, the folder will be empty.\n\nIf you disable this setting, My Computer is displayed as usual, appearing as normal on the desktop, Start menu, folder tree pane, and Web views, unless restricted by another setting.\n\nIf you do not configure this setting, the default is to display My Computer as usual.\n\nNote: Hiding My Computer and its contents does not hide the contents of the child folders of My Computer. For example, if the users navigate into one of their hard drives, they see all of their folders and files there, even if this setting is enabled."
  9992. NoMyDocumentsIcon_Help="Removes most occurrences of the My Documents icon.\n\nThis setting removes the My Documents icon from the desktop, from Windows Explorer, from programs that use the Windows Explorer windows, and from the standard Open dialog box.\n\nThis setting does not prevent the user from using other methods to gain access to the contents of the My Documents folder.\n\nThis setting does not remove the My Documents icon from the Start menu. To do so, use the "Remove My Documents icon from Start Menu" setting.\n\nNote: To make changes to this setting effective, you must log off from and log back on to Windows 2000 Professional."
  9993. NoMyDocumentsIcon="Remove My Documents icon on the desktop"
  9994. NoPinnedPrograms="Remove pinned programs list from the Start Menu"
  9995. NoPinnedPrograms_Help="If you enable this setting, the "Pinned Programs" list is removed from the Start menu, and the Internet and Email checkboxes are removed from the simple Start menu customization CPL.\n\nIf you disable this setting or do not configure it, the "Pinned Programs" list remains on the simple Start menu."
  9996. NoFrequentUsedPrograms="Remove frequent programs list from the Start Menu"
  9997. NoFrequentUsedPrograms_Help="If you enable this setting, the frequently used programs list is removed from the Start menu.\n\nIf you disable this setting or do not configure it, the frequently used programs list remains on the simple Start menu."
  9998. NoMoreProgramsList="Remove All Programs list from the Start menu"
  9999. NoMoreProgramsList_Help="If you enable this setting, the "All Programs" item is removed from the simple Start menu.\n\nIf you disable this setting or do not configure it, the "All Programs" item remains on the simple Start menu."
  10000. NoUserNameOnStartMenu="Remove user name from Start Menu"
  10001. NoUserNameOnStartMenu_Help="If you enable this setting, the user name is removed from the simple Start menu.\n\nIf you disable this setting or do not configure it, the user name remains on the simple Start menu."
  10002. NoRecycleBinIcon="Remove Recycle Bin icon from desktop"
  10003. NoRecycleBinIcon_Help="Removes most occurrences of the Recycle Bin icon.\n\nThis setting removes the Recycle Bin icon from the desktop, from Windows Explorer, from programs that use the Windows Explorer windows, and from the standard Open dialog box.\n\nThis setting does not prevent the user from using other methods to gain access to the contents of the Recycle Bin folder.\n\nNote: To make changes to this setting effective, you must log off and then log back on."
  10004. NoRecycleBinProperties="Remove Properties from the Recycle Bin context menu"
  10005. NoRecycleBinProperties_Help="Removes the Properties option from the Recycle Bin context menu.\n\nIf you enable this setting, the Properties option will not be present when the user right-clicks on Recycle Bin or opens Recycle Bin and then clicks File. Likewise, Alt-Enter does nothing when Recycle Bin is selected.\n\nIf you disable or do not configure this setting, the Properties option is displayed as usual."
  10006. NoRecycleFiles="Do not move deleted files to the Recycle Bin"
  10007. NoRecycleFiles_Help="When a file or folder is deleted in Windows Explorer, a copy of the file or folder is placed in the Recycle Bin. Using this setting, you can change this behavior.\n\nIf you enable this setting, files and folders that are deleted using Windows Explorer will not be placed in the Recycle Bin and will therefore be permanently deleted.\n\nIf you disable or do not configure this setting, files and folders deleted using Windows Explorer will be placed in the Recyele Bin."
  10008. RecycleBinSize="Maximum allowed Recycle Bin size"
  10009. RecycleBinSize_Help="Limits the percentage of a volume's disk space that can be used to store deleted files.\n\nIf you enable this setting, the user has a maximum amount of disk space that may be used for the Recycle Bin on their workstation.\n\nIf you disable or do not configure this setting, users can change the total amount of disk space used by the Recycle Bin.\n\nNote: This setting is applied to all volumes."
  10010. RecycleBinSizeHelp1="Value represents percentage of hard disk that can be used (0 - 100)."
  10011. RecycleBinSizeSpin="Maximum Recycle Bin size: "
  10012. NoSecurityTab="Remove Security tab"
  10013. NoSecurityTab_Help="Removes the Security tab from Windows Explorer.\n\nIf you enable this setting, users opening the Properties dialog box for all file system objects, including folders, files, shortcuts, and drives, will not be able to access the Security tab. As a result, users will be able to neither change the security settings nor view a list of all users that have access to the resource in question.\n\nIf you disable or do not configure this setting, users will be able to access the security tab."
  10014. NoSMMyPictures_Help="Removes the My Pictures icon from the Start Menu.
  10015. NoSMMyPictures="Remove My Pictures icon from Start Menu"
  10016. NoSMMyNetworkPlaces_Help="Removes the My Network Places icon from the Start Menu.
  10017. NoSMMyNetworkPlaces="Remove My Network Places icon from Start Menu"
  10018. NoSMMyMusic_Help="Removes the My Music icon from the Start Menu.
  10019. NoSMMyMusic="Remove My Music icon from Start Menu"
  10020. NoNetAndDialupConnect_Help="Prevents users from running Network Connections.\n\nThis setting prevents the Network Connections folder from opening. This setting also removes Network Connections from Settings on the Start menu.\n\nNetwork Connections still appears in Control Panel and in Windows Explorer, but if users try to start it, a message appears explaining that a setting prevents the action.\n\nAlso, see the "Disable programs on Settings menu" and "Disable Control Panel" settings and the settings in the Network Connections folder (Computer Configuration and User Configuration\Administrative Templates\Network\Network Connections)."
  10021. NoNetAndDialupConnect="Remove Network Connections from Start Menu"
  10022. NoNetConnectDisconnect_Help="Prevents users from using Windows Explorer or My Network Places to map or disconnect network drives.\n\nIf you enable this setting, the system removes the Map Network Drive and Disconnect Network Drive commands from the toolbar and Tools menus in Windows Explorer and My Network Places and from menus that appear when you right-click the Windows Explorer or My Network Places icons. It also removes the Add Network Place option from My Network Places.\n\nThis setting does not prevent users from connecting to another computer by typing the name of a shared folder in the Run dialog box.\n\nNote:\n\nThis setting was documented incorrectly on the Explain tab in Group Policy for Windows 2000. The Explain tab states incorrectly that this setting prevents users from connecting and disconnecting drives.\n\nNote: It is a requirement for third-party applications with Windows 2000 or later certification to adhere to this setting."
  10023. NoNetConnectDisconnect="Remove "Map Network Drive" and "Disconnect Network Drive""
  10024. NoNetHood_Help="Removes the My Network Places icon from the desktop.\n\nThis setting only affects the desktop icon. It does not prevent users from connecting to the network or browsing for shared computers on the network."
  10025. NoNetHood="Hide My Network Places icon on desktop"
  10026. NoOptions_Help="Removes the Folder Options item from all Windows Explorer menus and removes the Internet Options item from Internet Explorer. This setting also removes the Folder Options icon from Control Panel.\n\nFolder Options appears on the Tools menu in both Control Panel and Windows Explorer. (To open Folder Options, click My Computer, click My Documents, and then click My Network Places). Folder Options also appears as an item in Control Panel.\n\nThe Folder Options dialog box lets users set many properties of Windows